Skip to content

shaominfeng/CollegeRecommendFrontend

Repository files navigation

React && Ant Design Start

This is a scaffolding project,it can quickly help you start your project.

Required

  1. Node > 16.14.2
  2. Git
  3. React > 18

Quick Start

$ 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/
  1. 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).
  2. And then, you need clone the repo. Run [email protected]:shaominfeng/react-ant-design-start.git in work folder.
  3. cd to react-ant-design-start folder. Run npm install in this path.
  4. npm run start

Feature

  • 💡 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

Contributing

Any type of contribution is welcome, here are some examples of how you may contribute to this project:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published