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的脚手架
- Host: GitHub
- URL: https://github.com/chenjinxinlove/weather-react-ts
- Owner: chenjinxinlove
- Created: 2017-07-11T10:11:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-18T07:35:05.000Z (almost 9 years ago)
- Last Synced: 2025-10-12T00:03:19.688Z (9 months ago)
- Topics: react, react-redux, react-router, redux, typescript
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
···