- react-router
- react
- react-bootstrap
- redux
- gulp
npm install
to bring in all depsPORT=8080 gulp
will build, watch and server the app any portNODE_ENV=production gulp build
will build out min filesnpm run bootstrap-actions 'file name'
will create a new file inapp/js/actions/
- Will not run in browser without adding reducers
- Use HTML 5 tags in components and containers, with the exception of alerts and modals. For these, use their react-bootstrap components.