https://github.com/forecho/hi-react
实践 React
https://github.com/forecho/hi-react
Last synced: about 1 year ago
JSON representation
实践 React
- Host: GitHub
- URL: https://github.com/forecho/hi-react
- Owner: forecho
- Created: 2015-12-19T04:33:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-28T09:13:34.000Z (about 7 years ago)
- Last Synced: 2025-04-28T11:02:17.953Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://sahatyalkabov.com/create-a-character-voting-app-using-react-nodejs-mongodb-and-socketio/
- Size: 658 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 环境依赖
- node 0.12 以上
- gulp
- bower
- nodemon
## 命令
打包资源文件
```sh
gulp
```
运行
```sh
npm run watch
```