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 installnpm startor if you want to use real data from backend
npm start : no-mocknpm run buildnpm run lintYou can also use script to auto fix some lint error:
npm run lint:fixnpm test