Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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