An open API service indexing awesome lists of open source software.

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

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
```