Web based dashboard for manage NTUST CourseSelection System
Written with React/TypeScript
We use pnpm as package manager
Before you start, you need to install Node.js , suggest version is V20
Installation dependency
pnpm install
Run a developing server
pnpm run dev
or
Build static files
pnpm run build
You need to setup your .env
file for settings before you run/build
VITE_API_URL=http://127.0.0.1:8080/api/v1
VITE_API_URL is your CourseSelection-Server api url