Setup Environments

Setup the environment

Install Node.js

Please download the installation file from this website (official website)

Node.js installation file

Open CMD and type

$ node --version

you should see your node version printed

Now you can run any JavaScript code in your PC

Install Yarn

Yarn is the package manager we use in this project Please download yarn from this website (official website)

yarn installation

n CMD and type

$ yarn --version

you should see your yarn version printed

We are glad you get to this point please keep going

Install Git

Download the installation file from this website (official website)

Git installation‌

Open CMD and type

$ git --version

you should see your git version printed

Good news you can download the source of project to your PC

Install IDE

We use visual studio code in order to code this project

VS Code installation file

Last updated

Was this helpful?