Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 282 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 282 Bytes

Instructions

1.First clone this repo to use it locally with this command in your terminal:

git clone <projectName>

2.Enter into the project with :

cd <projectName>

3.Install all the dependencies with:

npm install

4.Run the project with:

npm start