This uses the Bloom starter kit.
-
Install dependencies with
npm install -
For front-end debugging, you will need React and Redux Chrome dev tools. You can find them here:
-
Copy over any configuration from config-sample into a new config.json file. If you're not running a server on localhost:3000, make sure you point it to the correct api url. Or, if you're not running an api at all, set
useWebServiceStubtotrue. -
Boot up the server in the root directory with
npm run dev. By default, it's served on port 8080.
npm run buildto generate a production bundle.