Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ash-sc/node-spider-webapp

自己写的一个电子书手机端H5页面
https://github.com/ash-sc/node-spider-webapp

Last synced: 5 days ago
JSON representation

自己写的一个电子书手机端H5页面

Awesome Lists containing this project

README

        

# node spider webapp

> Spider webapp with react.

node爬虫做的H5电子书页面。

# 安装与使用

```
$ npm install
$ npm start
```

# 打包编译
```
$ npm run build
```

# node服务
```
node ./server/spider-server.js
```