metapraveen / typescript-react-hot-reload

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescript-react-hot-reload

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:

preview

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.

About

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

License:MIT License


Languages

Language:TypeScript 63.2%Language:JavaScript 31.1%Language:CSS 4.2%Language:HTML 1.5%