https://github.com/dwqs/tech-read
Grab tech articles daily from UGC communities
https://github.com/dwqs/tech-read
nodejs react
Last synced: about 1 year ago
JSON representation
Grab tech articles daily from UGC communities
- Host: GitHub
- URL: https://github.com/dwqs/tech-read
- Owner: dwqs
- License: mit
- Created: 2016-04-07T12:24:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-25T01:57:15.000Z (about 9 years ago)
- Last Synced: 2024-10-26T02:34:32.490Z (over 1 year ago)
- Topics: nodejs, react
- Language: JavaScript
- Homepage:
- Size: 180 KB
- Stars: 77
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Grab tech articles daily from UGC communities, example: toutiao.io etc, site: [Tech-Read](http://tech-read.ido321.com/)
### Running
You can follow following steps to run it in your computer:
```
git clone https://github.com/dwqs/tech-read.git && cd tech-read
npm i
npm run dev-build //this is for development, npm run pro-build is for production
//open another terminal to run following command in current working directory
npm start
```
>Attention: before running it, ensure you already install node in your computer.
After that, open `127.0.0.1:9000` with your browser. I recommend you use chrome latest for the best experience.
### License
MIT