Skip to content

Installation

Yann Cedric edited this page Oct 1, 2018 · 2 revisions

Installation

Make sure to have a recent version of nodejs (9 or more), as well as npm (or yarn).

Front-End (using the terminal)

  1. Move into the /frontend folder.
  2. Run the command npm install.
  3. To run the application, run npm start.

Back-End (using the terminal)

  1. Move into the /backend folder.
  2. Run the command npm install to install dependencies.
  3. To run the application, run npm start.

Clone this wiki locally