This quick start guide will teach you how to wire up TypeScript with below techs.
- React 16.3
- React Router 4
- Webpack 4
- Code split & Dynamic module importing
Running the project is as simple as running
git clone https://github.com/hckrmoon/React16-Starter.git
cd React16-Starter
yarn
yarn dev
There are numbers of tasks to be done like testing, state management (React new Context API Could be?) and etc..