Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 288 Bytes

File metadata and controls

13 lines (7 loc) · 288 Bytes

Go

Read me

To run

cd server/ && go run .

In seperate terminal

cd server/web && npm run-script build-watch

This will start the back end server, and the front end will hot-reload when editing the frontend