0% found this document useful (0 votes)
2 views

How_To_Run_Weather_App

This document provides a step-by-step guide to set up and run a project using Node.js. It includes instructions for installing Node.js, running the project in Visual Studio Code, and configuring an API key. Users are directed to a YouTube channel for additional resources and videos.

Uploaded by

Tú Bùi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

How_To_Run_Weather_App

This document provides a step-by-step guide to set up and run a project using Node.js. It includes instructions for installing Node.js, running the project in Visual Studio Code, and configuring an API key. Users are directed to a YouTube channel for additional resources and videos.

Uploaded by

Tú Bùi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

How to Setup & Run this Project

❖ Install NodeJs ( Ignore If Already Installed)

1. Visit the official Node.js website i.e)


https://nodejs.org/en/download/
2. Download the Node.js installer
3. Run the installer.
4. Follow the prompts in the installer.

❖ Steps To Run The Project

1. Open Project Folder In VS Code


2. Open Integrated Terminal
○ Right Click on Sidebar > Select “Open In Integrated
Terminal”

3. Type “npm install” and press Enter and Wait for


Installation to be completed (requires Internet)
After Installation You will See ‘node_modules’ Folder in
the Sidebar

4. Create Your API Key From Here

5. Open .env file from root folder then paste the api key in
that file

6. After that type “npm run dev” in terminal

7. Now Copy the Localhost link from terminal and open it in


web-browser

Find More Videos https://www.youtube.com/@GreatStackDev/videos

You might also like