https://github.com/glavin001/react-hot-ts
Demo of React Hot Reloading + TypeScript + Webpack2
https://github.com/glavin001/react-hot-ts
hot-reloading react typescript webpack2
Last synced: 3 months ago
JSON representation
Demo of React Hot Reloading + TypeScript + Webpack2
- Host: GitHub
- URL: https://github.com/glavin001/react-hot-ts
- Owner: Glavin001
- License: mit
- Created: 2016-09-25T02:09:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-29T21:02:21.000Z (over 7 years ago)
- Last Synced: 2025-02-01T08:01:41.975Z (3 months ago)
- Topics: hot-reloading, react, typescript, webpack2
- Language: TypeScript
- Homepage:
- Size: 105 KB
- Stars: 92
- Watchers: 5
- Forks: 30
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-hot-ts
> Demo of React Hot Reloading + TypeScript
## Install prerequisites
```
npm install
```## Usage
```
npm start
```### Docker
```
docker-compose up --build
```