Follow these steps to run your app
Node.js is the foundation for your app
Go to nodejs.org
Click the green LTS button
Install the downloaded program
💡 Check if it works: Open Terminal and type node --version
node --version
Extract the downloaded file
Find the downloaded ZIP file
Windows: Right-click → "Extract All"
Mac: Double-click the ZIP file
Open the extracted folder
Run these commands
Open terminal in folder:
Windows: Right-click in folder → "Open in Terminal"
Mac: Right-click → Services → "New Terminal at Folder"
Command 1: Install dependencies
npm install
⏳ Wait until complete (1-2 minutes)
Command 2: Start the app
npm run dev
Your app is now running at:
🌐 Put your app online?
Use Vercel (free) to deploy your app to the internet.
Problems? Contact us