This is a very simple boilerplate 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. The following is a preview of it:
This boilerplate is based on the following packages:
For recent changes, please check changelog.md.
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.