Example application demonstrating react-hot-loader-3 with webpack-2, react and friends, and hapi.
- $
yarn
- $
yarn dev
- http://localhost:3000
- $
yarn dev
(local development w/ server) - $
yarn lint
(eslint)
Instead of stopping and restart nodemon, you can simply type rs
with a carriage return
- $
yarn start
(production build w/ server) - $
yarn build
(production build)