|
1 | 1 | # meteor-react-redux-base
|
2 |
| -BoilerPlate code for meteor-react-redux project |
| 2 | +BoilerPlate code for meteor-react-redux project |
3 | 3 |
|
4 | 4 | ## Feature
|
5 |
| -* Wechat Login supported 支持微信一键登陆 |
6 |
| -* Email binding and verification 支持通过邮箱绑定账户并进行验证 |
7 |
| -* Admin configuration 支持管理员后台配置 |
| 5 | +* Mantra-plus integrated |
| 6 | +* Webpack integrated |
| 7 | +* Wechat Login supported |
| 8 | +* Email binding and verification |
| 9 | +* Admin configuration |
8 | 10 |
|
9 |
| -## How to run |
10 |
| -First, make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [meteor](https://www.meteor.com/install) installed, |
11 |
| -Then, follow these commands in your console |
12 |
| -> |
13 |
| -$ git clone https://github.com/maodouio/meteor-react-redux-base.git |
14 |
| -$ cd meteor-react-redux-base/ |
15 |
| -$ npm install |
16 |
| -$ meteor --settings settings.json |
| 11 | +## Usage |
| 12 | +First, make sure you have [git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) and [meteor](https://www.meteor.com/install) installed, |
| 13 | +Then, enter these commands in your console |
| 14 | + |
| 15 | +``` |
| 16 | +$ git clone https://github.com/maodouio/meteor-react-redux-base.git |
| 17 | +$ cd meteor-react-redux-base/ |
| 18 | +$ npm install |
| 19 | +$ meteor --settings settings.json |
| 20 | +``` |
17 | 21 |
|
18 | 22 | ## Docs
|
19 |
| -* https://docs.maodou.io/ 开发者文档 |
| 23 | +* https://docs.maodou.io/ Developer Documentation |
20 | 24 |
|
21 | 25 | ## Ref
|
22 |
| -* [maodou-cli](https://github.com/maodouio/maodou-cli) 命令行工具 |
23 |
| - - maodou login |
24 |
| - - maodou create appName |
25 |
| - - maodou deploy |
| 26 | +* [maodou-cli](https://github.com/maodouio/maodou-cli) Maodou command line tool |
| 27 | +``` |
| 28 | +$ npm i -g maodou |
| 29 | +$ maodou login |
| 30 | +$ maodou create appName |
| 31 | +$ maodou deploy |
| 32 | +``` |
| 33 | +* [maodou.io](https://maodou.io) Maodou official website |
| 34 | + |
26 | 35 |
|
0 commit comments