https://github.com/mrxujiang/ts-react
基于typescript+react+redux+react-router的后台项目构建
https://github.com/mrxujiang/ts-react
Last synced: 7 months ago
JSON representation
基于typescript+react+redux+react-router的后台项目构建
- Host: GitHub
- URL: https://github.com/mrxujiang/ts-react
- Owner: MrXujiang
- Created: 2019-04-04T08:13:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T05:27:23.000Z (over 6 years ago)
- Last Synced: 2024-04-13T21:47:43.650Z (over 1 year ago)
- Language: JavaScript
- Size: 359 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
该项目基于 [Create React App](https://github.com/facebook/create-react-app)构建.
## 运行
在项目目录中, 你能执行以下脚本运行项目:
### `npm start`
在开发模式下运行.
在浏览器里打开 [http://localhost:3000](http://localhost:3000).页面会根据你的修改而实时更新.
你还可以在控制台看到脚本中的错误.### `npm test`
应用测试
### `npm run build`
打包项目以便提交到生产环境.
## 了解更多