An open API service indexing awesome lists of open source software.

https://github.com/forecho/hi-react

实践 React
https://github.com/forecho/hi-react

Last synced: about 1 year ago
JSON representation

实践 React

Awesome Lists containing this project

README

          

## 环境依赖

- node 0.12 以上
- gulp
- bower
- nodemon

## 命令

打包资源文件

```sh
gulp
```

运行

```sh
npm run watch
```