Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pengxiaohua/news-responsive-by-react
一个基于react的新闻网站,可以自适应PC和移动端,登录后有评论和收藏功能。
https://github.com/pengxiaohua/news-responsive-by-react
new react
Last synced: about 2 months ago
JSON representation
一个基于react的新闻网站,可以自适应PC和移动端,登录后有评论和收藏功能。
- Host: GitHub
- URL: https://github.com/pengxiaohua/news-responsive-by-react
- Owner: pengxiaohua
- License: mit
- Created: 2017-07-19T03:30:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T07:28:24.000Z (over 4 years ago)
- Last Synced: 2023-09-05T10:02:06.801Z (over 1 year ago)
- Topics: new, react
- Language: JavaScript
- Homepage:
- Size: 20.6 MB
- Stars: 71
- Watchers: 4
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 简介
一个基于react的新闻网站,可以自适应PC和移动端,登录后有评论和收藏功能。*项目有点老,最近会慢慢更新项目*
# DEMO
#### PC端
![image](https://github.com/pengxiaohua/news-responsive-by-react/blob/master/demo1.jpg)#### 移动端
![iamge](https://github.com/pengxiaohua/news-responsive-by-react/blob/master/demo2.jpg)# 安装
#### 安装node_modules
```shell
npm install or cnpm install or yarn install
```# 跑起来
```shell
npm run dev
```
打开浏览器输入:localhost:8080