Frontend of ZJU B/S project 2021.
See the backend.
You can view full document and user manual and demo video.
Install node_modules
:
npm install
npm start
or if you want to use real data from backend
npm start : no-mock
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test