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