Template
git clone https://github.com/xyzhanjiang/template.git
cd template
npm install
or generate project from this template.
Develop
npm run start
Visit localhost:3000
Build
npm run build
template
|- package.json
|- /public
|- index.html // home page
|- /src
|- index.js // the entry point file for the application
|- /common
|- /config
|- /css // styles
|- /images
- Google Chrome 55+
- Safari 11+
- Firefox 52+
- Edge 15+