This is a scaffolding project,it can quickly help you start your project.
- Node:https://nodejs.org/
- React:https://reactjs.org/
- Ant Design:https://ant.design/
- Create React App:https://create-react-app.dev/
- Mock-api:https://github.com/jaywcjlove/mocker-api
- Node > 16.14.2
- Git
- React > 18
$ mkdir <your-project-name>
$ cd <your-project-name>
$ git clone '[email protected]:shaominfeng/react-ant-design-start.git'
$ npm install
$ npm start # visit http://localhost:3000/
- You need install nvm 1.1.9(< 1.1.9 will meet some bug) from here, and then install node v16.14.2 by nvm (nvm install 16.14.2 & nvm use 16.14.2).
- And then, you need clone the repo. Run
[email protected]:shaominfeng/react-ant-design-start.git
in work folder. - cd to react-ant-design-start folder. Run
npm install
in this path. npm run start
- 💡 Mock: Mock api for frontend local test
- 📜 Request: API centralized management, easy to update and call
- 💎 Format: Automate format codes and check message conventions when pre-commit
- 📐 Multi Config: Different config for different env
Any type of contribution is welcome, here are some examples of how you may contribute to this project:
- Submit issues to report bugs or ask questions.
- Propose pull requests to improve our code.