Skip to content

hkwid/nd-try

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

React + Redux + Matrial-ui / Webpack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published