Uses bun for the frontend.
Uses gradle/gradlew for the backend.
- Start the backend server by running
./gradlew runin thebackenddirectory. - Start the frontend development server by running
bun devin thefrontenddirectory - Open
http://localhost:5173in your browser to access the application. - To stop the servers, use
Ctrl + Cin the terminal where they are running.
Using dev.sh or dev.bat should also work.