Skip to content

Configure Your Development Environment

Basile edited this page Feb 4, 2020 · 2 revisions

Prerequisites

Install the latest version of Node.js here.
Install the latest version of Visual Studio Code here.

Installing Packages

After installing Node.js and Visual Studio Code, you are ready to install the necessary packages.
Open the terminal in Visual Studio Code by pressing Ctrl + ~.
Navigate to the project directory using cd.
In both the front-end and back-end folder execute npm install in the terminal to install all package dependencies.

Clone this wiki locally