Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 691 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 691 Bytes

React16-TypeScript-Starter

React 16.3, React Router 4, Webpack 4, TypeScript and Dynamic module importing settings

This quick start guide will teach you how to wire up TypeScript with below techs.

Running the project

Running the project is as simple as running

git clone https://github.com/hckrmoon/React16-Starter.git
cd React16-Starter
yarn
yarn dev

Next steps

There are numbers of tasks to be done like testing, state management (React new Context API Could be?) and etc..