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

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的后台项目构建

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`

打包项目以便提交到生产环境.

## 了解更多