You can use this repo To shorten project setup time if you want to start developing an app using Typescript, WebPack and React with hot module reloading.
- Clone this repo
- Run yarn install (or npm install) in project dir
- yarn run start or npm start
- Open local browser to http://localhost:3000