/BS-project-frontend

Frontend of ZJU B/S project 2021

Primary LanguageJavaScriptApache License 2.0Apache-2.0

BS-project-frontend

Frontend of ZJU B/S project 2021.

See the backend.

Detailed information

You can view full document and user manual and demo video.

Tech stack

React

Umi

DvaJS

Ant Design

Ant Design Pro

AntV L7

Quick start

Environment Prepare

Install node_modules:

npm install

Start project

npm start

or if you want to use real data from backend

npm start : no-mock

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test