基于 React + Material-ui 实现的 博客前端
后端项目: https://github.com/ligenhw/goshare
goshare-website is a blog front-end based on React + Material-ui
goshare-website 是基于 React + Material-ui 实现的 博客前端
- 文章管理
- 用户注册登录
- 评论及回复
- 主题切换
git clone git@github.com:ligenhw/goshare-website.git
cd goshare-website
yarn & yarn start
https://zh-hans.reactjs.org/docs/getting-started.html
https://material-ui.com/zh/getting-started/installation/
https://redux.js.org/introduction/getting-started
https://reacttraining.com/react-router/web/guides/quick-start
https://github.com/ReactTraining/react-router
https://marked.js.org/#/README.md
https://github.com/jamiebuilds/react-loadable
GENERATE_SOURCEMAP=false yarn build
docker run --name some-nginx -p 80:80 -d -v ~/goshare-website/build:/usr/share/nginx/html nginx
Please ⭐️ this repository if this project helped you!