Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stormpath/stormpath-spring-boot-webpack-example
Webpack and React
https://github.com/stormpath/stormpath-spring-boot-webpack-example
Last synced: 24 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-06T18:02:07.000Z (almost 8 years ago)
- Last Synced: 2024-04-13T23:01:31.512Z (8 months ago)
- Language: JavaScript
- Homepage: https://stormpath.com/blog/optimize-react-webpack
- Size: 8.79 KB
- Stars: 2
- Watchers: 9
- 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 [[email protected]](mailto:[email protected]).
# 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