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

https://github.com/chenjinxinlove/weather-react-ts

支持react和typescript的脚手架
https://github.com/chenjinxinlove/weather-react-ts

react react-redux react-router redux typescript

Last synced: 3 months ago
JSON representation

支持react和typescript的脚手架

Awesome Lists containing this project

README

          

基于https://github.com/Microsoft/TypeScript-React-Starter#typescript-react-starter改造而成

### `npm start`

### `npm test`

### `npm run build`

### `npm run eject`

···
其中html-entities那个包会报错
需要自己复制一个'./lib/html4-entities.js'重命名为'./lib/html5-entities.js'
···