Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 356 Bytes

A little guide for newbies!

1.Use the command below in order to clone this project:

git clone https://github.com/Domirando/weather-app.git

2.Use the command below in order install all deps in project:

npm i

3.Use the command below in order to run the project:

npm start


Happy hacking!