Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 498 Bytes

File metadata and controls

13 lines (10 loc) · 498 Bytes

CS3354 - WHATT

Tooling

Uses bun for the frontend. Uses gradle/gradlew for the backend.

Running the project

  1. Start the backend server by running ./gradlew run in the backend directory.
  2. Start the frontend development server by running bun dev in the frontend directory
  3. Open http://localhost:5173 in your browser to access the application.
  4. To stop the servers, use Ctrl + C in the terminal where they are running.

Using dev.sh or dev.bat should also work.