An academic course planning platform for browsing and scheduling general elective courses, built with React and TanStack Router.
- Bun (version 1.3.5 or later)
Install dependencies:
bun installStart the development server:
bun run devOr start only the web application:
bun run dev:webOpen http://localhost:3001 in your browser to see the web application.
tarang-rian/
├── apps/
│ ├── web/ # Frontend application (React + TanStack Router)
bun run dev: Start all applications in development modebun run build: Build all applicationsbun run dev:web: Start only the web applicationbun run check-types: Check TypeScript types across all appsbun run fix: Run formatting and linting with auto-fix