Skip to content

yulb-dev/picture-blooms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

前言

1、这是一个react实战项目,包含了react全家桶。

2、学习react后完成的一个项目,供参考。

3、这个项目功能涉及到:展示,个人空间,注册,登录,状态管理,收藏,发表文章等等还有很多。

技术栈

react + redux + react-router + create-react-app + ES6 + axios + sass

项目运行

运行此项目之前,需要先运行后台node项目,提供接口功能: 点击进入接口地址

git clone https://github.com/yulb-dev/picture-blooms.git 

cd picture-blooms

npm install

npm start
//在开发模式下运行应用程序。
//打开http://localhost:3000在浏览器中查看。

npm run build
//将用于生产的应用程序构建到build文件夹中。
//它在生产模式下正确地捆绑了 React 并优化了构建以获得最佳性能。

关于接口数据

项目接口地址:https://github.com/yulb-dev/picture-blooms-api.git

效果演示

这是项目的视频演示地址:https://www.bilibili.com/video/BV1Mg411g7Hs

在线演示

这是项目的在线部署地址(已停运):http://39.107.98.159:3000

最后

项目ui界面参考:http://v.bootstrapmb.com/2021/2/1qkwe9671/index.html

Releases

No releases published

Packages

No packages published