To get an environment up and running
- Ensure Outrigger is started
- Make whatever changes you need to the server
- Run
./dev-server.sh
to launch the server in dev mode - From the
frontend
folder, runnpm run dev
- Browse to http://localhost:8080/
- If you make changes to the server, CTRL+c and run
./dev-server.sh
again