Install Git from here. Or
# Ubuntu or Max
sudo apt-get install git
After git installation configure git.
Install node from here. OR
# Ubuntu or Max
sudo apt-get install nodejs
Install yarn globally (optional)
npm i -g yarn
git clone https://github.com/subeshb1/ProjectFrontEnd.git
OR
git clone git@github.com:subeshb1/ProjectFrontEnd.git
Learn about SSH setup here. (Optional)
cd ProjectFrontEnd
Go to Project Directory
To Install the dependencies:
npm i
OR
yarn
To run the app:
npm run start
OR
yarn start