zhengshuai1001 / tech-read

Grab tech articles daily from UGC communities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grab tech articles daily from UGC communities, example: toutiao.io etc, site: Tech-Read

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

About

Grab tech articles daily from UGC communities

License:MIT License


Languages

Language:JavaScript 88.4%Language:CSS 10.1%Language:HTML 1.5%