Search⌘ K
AI Features

Running our Weather app on your machine

Explore the steps to get your React weather app running on your local machine. Learn to install Node.js, use create-react-app to set up the project, install necessary npm modules, and launch the app locally using the built-in server. This lesson prepares you for testing and further development.

Prerequisites

Node.js is a JavaScript runtime for your terminal. Don’t worry too much ...