https://github.com/mirinzhang/react-boilerplate
just a react boilerplate
https://github.com/mirinzhang/react-boilerplate
antd mobx mobx-react react react-redux react-router redux webpack
Last synced: 3 months ago
JSON representation
just a react boilerplate
- Host: GitHub
- URL: https://github.com/mirinzhang/react-boilerplate
- Owner: mirinzhang
- Created: 2017-07-07T05:44:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T06:12:12.000Z (over 8 years ago)
- Last Synced: 2026-01-03T17:17:37.477Z (6 months ago)
- Topics: antd, mobx, mobx-react, react, react-redux, react-router, redux, webpack
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> boilerplate (`react` `redux` `antd`)
[](https://bettercodehub.com/)
*`npm` version >= `5.2.0`*
### Usage
`git clone https://github.com/MiRinZhang/react-boilerplate.git`
`cd react-boilerplate && yarn`
or
`cd react-boilerplate && npm i`
#### development
`yarn start`
or
`npm run start`
#### build
`yarn build`
or
`npm run build`