https://github.com/stormpath/stormpath-spring-boot-webpack-example
Webpack and React
https://github.com/stormpath/stormpath-spring-boot-webpack-example
Last synced: 8 months ago
JSON representation
Webpack and React
- Host: GitHub
- URL: https://github.com/stormpath/stormpath-spring-boot-webpack-example
- Owner: stormpath
- Created: 2016-10-24T15:18:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T18:02:07.000Z (about 9 years ago)
- Last Synced: 2025-06-14T14:45:04.264Z (12 months ago)
- Language: JavaScript
- Homepage: https://stormpath.com/blog/optimize-react-webpack
- Size: 8.79 KB
- Stars: 2
- Watchers: 8
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Stormpath is Joining Okta
We are incredibly excited to announce that [Stormpath is joining forces with Okta](https://stormpath.com/blog/stormpaths-new-path?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement). Please visit [the Migration FAQs](https://stormpath.com/oktaplusstormpath?utm_source=github&utm_medium=readme&utm-campaign=okta-announcement) for a detailed look at what this means for Stormpath users.
We're available to answer all questions at [support@stormpath.com](mailto:support@stormpath.com).
# Webpack and React
This is the code developed in the [tutorial on using Webpack with a React app](https://stormpath.com/blog/optimize-react-webpack).
### 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 =
stormpath.client.apiKey.secret =
```
### Installation
You need to install the required NPM modules.
```sh
$ npm install
```
### Running
To build and start the server simply type
```sh
$ mvn spring-boot:run
```
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