React + Redux + Matrial-ui / Webpack
$ git clone git@github.com:hkwid/nd-try.git $ npm i
$ npm run api
$ webpack
# watch
$ webpack --watch$ npm run test├── app.js # server ├── bin # for server ├── data # json files ├── package.json ├── public # static files ├── routes # for server router ├── src # browser ├── test # test code ├── views └── webpack.config.js