This boilerplate is intended for 4Geeks Academy students when doing projects with React.js using Flux.
"start": "API_HOST=<your host here> bash -c 'webpack-dev-server --config webpack.dev.js --open --port 3000'",
$ npm install
That is it!
- Download the now cli:
$ npm i now -g
- Login into now:
$ now login
- Run the deploy command
$ npm run deploy:test
Note: you have to be logged into now