Skip to content

subeshb1/ProjectFrontEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project FrontEnd

Project Setup and Installation

1. Download Requirements

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

2. Clone the Repository

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

3. Installing packages

To Install the dependencies:

npm i

OR

yarn

To run the app:

npm run start

OR

yarn start