generator-react-hapi-universal
Version:
Scaffold a Universal JavaScript app using React, hapijs, and react-router
24 lines (14 loc) • 355 B
Markdown
# <%= projectName %>
> <%= description %>
To run the app:
1. `npm start`
2. visit [localhost:8000](http://localhost:8000)
To run the webpack dev server:
1. `npm run dev`
2. visit [localhost:8080](http://localhost:8080)
3. Start coding.
To run production webpack build:
1. `gulp build`
To lint and run style checks:
1.`gulp lint`
2. `gulp jscs`