Skip to content

shizengzhou/real-world-react

Repository files navigation

Real World React

该项目是根据我在 Vue Mastery 上学习的 Real World Vue 课程,使用React重写。路由使用的是react-router@6,状态管理使用的是mobx@6,并且尝试使用了 Ant Design。

使用 Redux 的版本

如何运行

  1. npm install
  2. json-server --watch db.json
  3. npm start

如果没有json-server,则先进行安装

$ npm install -g json-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published