Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Running the Application

Oscar Olazabal edited this page Aug 26, 2020 · 43 revisions

All commands must be ran at the root directory

Web App

Prerequisites

Running

$ cd web-app        # Change to web-app directory
$ yarn install      # Install dependencies
$ yarn start        # Run web application

Backend

Prerequisites

Running

# All commands are ran at the root directory
$ yarn install         # Install dependencies
$ yarn start -u        # Run database and user API

Clone this wiki locally