Claude Code for Beginners
The complete guide to installing and using Claude Code on Windows. No coding experience needed. Go from zero to building real apps.
What's in this guide
Install Everything You Need
Node.js is what makes Claude Code run. Think of it like the engine that powers everything.
node-v22.x.x-x64.msi)Verify it worked:
cmd, press Enter โ this opens Command Promptv22.12.0 โ any number v18 or higher means it worked!Now we install Claude Code itself. One command does everything.
cmd โ Enter)npm is a tool that comes with Node.js. Think of it like an app store for developer tools. -g means "install globally" so you can use it from anywhere.VS Code is a free code editor. You don't need it since Claude Code works in the terminal, but it's nice to see your files.
claude right inside VS Code!Your First Conversation with Claude
Claude Code works best inside a project folder. Let's make one.
hello.txt!index.html file with full HTML, CSS, and contentindex.htmlHow Claude Code Actually Works
When Claude wants to do something, you'll see a prompt like this:
/exit to quit Claude and go back to the normal terminalcd to your project folder and type claude againWhat to Say to Claude (Prompting Guide)
โ Bad (too vague):
โ Good (specific):
Create a to-do list app. I should be able to add tasks, check them off, and delete them. Save the list so it persists when I refresh the page.Build a countdown timer to New Year's 2027. Show days, hours, minutes, seconds. Make it look cool with a dark theme and big numbers.Create a personal portfolio website for a photographer named Sarah. Include an about section, a gallery grid, and a contact form.Build a simple calculator that works like the iPhone calculator. Should handle +, -, ร, รท and have a clean design.Create a weather dashboard that shows the current weather for any city. Use a free weather API.Build a recipe book app where I can add recipes with ingredients and steps. Should be searchable.Create a flashcard study app for learning Spanish. Include 20 common phrases. Let me flip cards and track which ones I've learned.Build a budget tracker. I enter income and expenses with categories. Show a pie chart of where my money goes.Create a Pomodoro timer with 25-minute work sessions and 5-minute breaks. Play a sound when the timer ends.Build a password generator. Let me choose length, whether to include numbers, symbols, uppercase. Copy to clipboard with one click.After Claude builds something, you'll want to tweak it. Just describe what to change:
Build Your First Real Project
Copy this prompt (replace the details with your own info):
index.html in your browser.Keep talking to Claude to refine:
Your website is ready! Here's how to share it:
Tips, Tricks & Common Mistakes
claude from your desktop or home directory โ create a folder for each project./help to see all available commands inside Claude./clear if the conversation gets too long and Claude starts getting confused.Cheat Sheet
Terminal Commands
Inside Claude Code
Keyboard Shortcuts
Ready to Build More?
Learn how to deploy your projects to a real server with your own domain.
Full Stack Tutorial โ