Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 573 Bytes

README.md

File metadata and controls

40 lines (34 loc) · 573 Bytes

nd-try

React + Redux + Matrial-ui / Webpack

set up

$ git clone git@github.com:hkwid/nd-try.git
$ npm i

to run server

$ npm run api

to build

$ webpack
# watch
$ webpack --watch

to test

$ npm run test

folder structure

├── 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