Install the latest versions of Go, Node, Yarn, Postgres, Docker (if you want to replicate our production environment)
https://github.com/uoftblueprint/merit-award
-
Setting up the frontend
Switch into the
client
directorynpm i
npm test
npm start
npm build
The frontend server will run on port 3000
-
Setting up the backend
Switch into the
backend
directorynpm i
npm start
The server will run on port 8000