$ npm install
$ node_modules/.bin/webpack-dev-server
Then point your browser to the webpack dev server at http://localhost:8080/.
Set your API endpoint in your local config file at
config/local.yml
, for example:
api_base: http://localhost:8000/v1