Skip to content

uoftblueprint/merit-award

Repository files navigation

merit-award

Getting started

Install the latest versions of Go, Node, Yarn, Postgres, Docker (if you want to replicate our production environment)

Clone the Repo

https://github.com/uoftblueprint/merit-award

  • Setting up the frontend

    Switch into the client directory

    Install node modules

    npm i

    Run frontend tests

    npm test

    Run frontend server for development

    npm start

    Build the frontend (not necessary)

    npm build

    The frontend server will run on port 3000

  • Setting up the backend

    Switch into the backend directory

    Install node modules

    npm i

    Run node server (hot reload)

    npm start

    The server will run on port 8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published