/typescript-react-hot-reload

A very simple boilerplate for creating React web applications with TypeScript.

Primary LanguageTypeScriptMIT LicenseMIT

typescript-react-hot-reload

CI/CD

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:

preview

This boilerplate is based on the following packages:

For recent changes, please check changelog.md.

Install

How to use this template:

git clone https://github.com/chunliu/typescript-react-hot-reload.git
npm install
npm start

Other reference:

All feedback and pull requests are welcome.