Setup Environments
Setup the environment
Install Node.js
Please download the installation file from this website (official website)
Open CMD and type
$ node --version
you should see your node version printed
Install Yarn
Yarn is the package manager we use in this project Please download yarn from this website (official website)
n CMD and type
$ yarn --version
you should see your yarn version printed
Install Git
Download the installation file from this website (official website)
Open CMD and type
$ git --version
you should see your git version printed
Install IDE
We use visual studio code in order to code this project
Good news you can start code with us, so why are you waiting for
Last updated
Was this helpful?