This is a very simple template for creating React web applications with TypeScript. It is configured with webpack dev server and hot module replacement to allow changes to be loaded while the application is running. A preview of the template:
This template is based on the following packages:
For recent changes, please check changelog.md.
Other reference:
How to use this template:
git clone https://github.com/chunliu/typescript-react-hot-reload.git
npm install
npm start
All feedback and pull requests are welcome.