Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 280 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 280 Bytes

Installation

$ 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