Skip to content

Installation

Manuel edited this page Oct 16, 2023 · 4 revisions

Installation & Running the App

Installation

Firstly clone or fork this repository locally, then change to this repo's directory.

Install this project's front-end packages:

  • cd to /client directory
  • run npm install

Install this project's back-end packages:

  • cd to /server directory
  • run npm install

Install this project's tests packages:

  • cd to /e2e directory
  • run npm install

Running the app:

To start the app for development:

  • cd to /client and run npm start and wait for the front-end server to start.
  • In another terminal cd to /server and run npm start and wait for the back-end server to start.

Once both server have started you can check the app at http://localhost:3000/

Clone this wiki locally