-
Notifications
You must be signed in to change notification settings - Fork 0
Configure Your Development Environment
Basile edited this page Feb 4, 2020
·
2 revisions
If you already have Node.js and Visual Studio Code, make sure they are updated.
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. - Navigate to the front-end folder using
cd. - Execute
npm installin the terminal to install all front-end package dependencies. - Navigate to the back-end folder using
cd. - Execute
npm installin the terminal to install all back-end package dependencies.