Skip to content

Commit

Permalink
๐Ÿ‰
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Dec 22, 2016
1 parent d6da33b commit 436734d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
24 changes: 24 additions & 0 deletions README.md
@@ -0,0 +1,24 @@
# dva-example-user-dashboard

่ฏฆ่ง[ใ€Š12 ๆญฅ 30 ๅˆ†้’Ÿ๏ผŒๅฎŒๆˆ็”จๆˆท็ฎก็†็š„ CURD ๅบ”็”จ (react+dva+antd)ใ€‹](https://github.com/sorrycc/blog/issues/18)ใ€‚

---

<p align="center">
<img src="https://zos.alipayobjects.com/rmsportal/bmkNCEoluwGaeGjYjInf.png" />
</p>

## Getting Started
Install dependencies.

```bash
$ npm install
```

Start server.

```bash
$ npm start
```

If success, app will be open in your default browser automatically.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -3,6 +3,7 @@
"scripts": {
"start": "roadhog server",
"build": "roadhog build",
"test": "roadhog test",
"lint": "eslint --ext .js src test",
"precommit": "npm run lint"
},
Expand All @@ -27,6 +28,6 @@
"expect": "^1.20.2",
"husky": "^0.12.0",
"redbox-react": "^1.3.2",
"roadhog": "^0.2.1"
"roadhog": "^0.3.0"
}
}

0 comments on commit 436734d

Please sign in to comment.