Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.09 KB

react-starterkit

A simple starterkit with material-ui, react-router, and webpack.

How to use

  • clone this repo
  • go to the root directory of your project, and install dependencies:
cd <project folder>
npm install
npm run dev

In your browser, type http://localhost:5050

  • For deployment, we webpack everything and put them in the dist folder.
npm run deploy

Resources

License

Copyright (c) 2015 Keng Lim

MIT (http://opensource.org/licenses/MIT)