#Stormpath is Joining Okta We are incredibly excited to announce that Stormpath is joining forces with Okta. Please visit the Migration FAQs for a detailed look at what this means for Stormpath users.
We're available to answer all questions at support@stormpath.com.
This is the code developed in the tutorial on using Webpack with a React app.
Requirements
- Maven
- JDK 7
- NPM 2.x
Configuration
First you need to ensure you have your Stormpath API key at ~/.stormpath/apiKey.properties, or add it to application.properties as follows:
stormpath.client.apiKey.id = <your api key id>
stormpath.client.apiKey.secret = <your api key secret>
Installation
You need to install the required NPM modules.
Running
To build and start the server simply type
from the root directory.
Using
Browse to localhost:8080 to see the application in action.
The database is in memory so rebooting should reset the data.
License
MIT