Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvrcgo/egg-react-mobx-ts-antd
Start node with eggjs, react, mobx-react, typescript and ant design.
https://github.com/tvrcgo/egg-react-mobx-ts-antd
ant-design eggjs mobx-react react typescript
Last synced: 9 days ago
JSON representation
Start node with eggjs, react, mobx-react, typescript and ant design.
- Host: GitHub
- URL: https://github.com/tvrcgo/egg-react-mobx-ts-antd
- Owner: tvrcgo
- Created: 2017-02-16T12:06:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-20T03:37:44.000Z (over 7 years ago)
- Last Synced: 2024-08-01T18:30:12.045Z (3 months ago)
- Topics: ant-design, eggjs, mobx-react, react, typescript
- Language: JavaScript
- Size: 14.6 KB
- Stars: 35
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-egg - egg-react-mobx-ts-antd - Start node with eggjs, react, mobx-react, typescript and ant design. ![](https://img.shields.io/github/stars/tvrcgo/egg-react-mobx-ts-antd.svg?style=social&label=Star) (仓库 / 脚手架)
- awesome-egg - egg-react-mobx-ts-antd - Start node with eggjs, react, mobx-react, typescript and ant design. (Boilerplates)
README
# egg-react-mobx-ts-antd
### Front
- react
- mobx-react
- typescript
- css modules (beta)
- ant design### Server
- egg
## Start
### Development
```shell
$ npm install
$ npm run build:dll
$ npm run build & npm run dev
$ open http://localhost:7001
```### Deploy
Use `EGG_SERVER_ENV=prod` to enable prod mode
```shell
$ EGG_SERVER_ENV=prod npm start
```### npm scripts
- Use `npm run lint` to check code style.
- Use `npm test` to run unit test.
- Use `npm run autod` to auto detect dependencies upgrade.