A template for react-engine and react-router.
$ git clone https://github.com/remarkablemark/react-engine-template.git
$ cd react-engine-template
$ npm install # and sets up Git hooks
$ npm run dev
# in a new tab or window
$ open http://localhost:8080
$ npm start
.
├── app.js # express app
├── build
│ └── ... # assets generated from `src`
├── bin
│ └── www # entry server file
├── nodemon.json
├── package.json
├── routes
│ ├── Routes.jsx # react-router routes
│ └── index.js # express routes
├── scripts
│ └── ... # git and npm scripts
├── src
│ ├── ... # other source files to be compiled
│ └── main.js # entry file for webpack
├── views
│ └── ... # components
└── webpack
└── ... # webpack configs