react16-lazy
Project Overview
React16.6(new features lazy) with react-router v4,use webpack4 build
Technical Structure of the Project
- react16.6.3
- webpack4
- react-router4
Install
In Terminal
project address: (git clone
)
git clone git@github.com:xpioneer/react16-lazy.git
install node_modules dependencies yarn
yarn #in your command terminal
Running
Launch development: (http://localhost:8800)
yarn start
Production build
yarn build