Skip to content

iamakashtechie/devcamp-react-weather

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone the repository, start brainstorming your ideas! 💡

Follow the below commands step by step, to clone this repository in your machine and get the website in the same state as I was during the meet.

  • Cloning the repository
    git clone https://github.com/Soumyajit0803/weather.git
  • Move to project working directory
    cd weather
  • Install required dependencies
    npm install

And it is done! Now run the vite server using the following command and check if the website is live on you local machine.

npm run dev

Start building from here, we are excited to see your ideas!✨

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.7%
  • CSS 43.8%
  • HTML 2.5%