This is the frontend to our project, built in React.
-
Clone Repository
git clone https://github.com/bgu-se-workshop-2025/WS-Portal.git cd WS-Portal -
Install Dependencies:
npm install
-
Run in Development:
npm run dev -
Build & Preview:
npm run build npm run preview
- public/ - Static files copied to dist (favicon, etc).
- src/ - All source code (components, pages, etc).
- index.html - Main HTML entry point for Vite.
- tsconfig.json - TypeScript config.