Skip to content

Latest commit

 

History

History
51 lines (26 loc) · 652 Bytes

File metadata and controls

51 lines (26 loc) · 652 Bytes

CourseSelection-Frontend

Web based dashboard for manage NTUST CourseSelection System

Written with React/TypeScript

Run

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

Environment arguments

You need to setup your .env file for settings before you run/build

Example

VITE_API_URL=http://127.0.0.1:8080/api/v1

VITE_API_URL is your CourseSelection-Server api url