Part 1: Meet PowerShell - Your Command Center
30 minutes1 What is PowerShell?
PowerShell is like a super-powered text messenger for your computer. Instead of clicking through menus, you type commands to:
- Install software automatically
- Manage files and folders
- Run Claude Code and other development tools
- Automate repetitive tasks
Think of it as: Texting instructions to your computer instead of using the mouse!
2 Opening PowerShell (Windows)
Method A: The Quick Way
Press Windows + X then press A
This opens PowerShell as Administrator (recommended)
Method B: The Search Way
- Click the Start button
- Type "PowerShell"
- Right-click "Windows PowerShell"
- Select "Run as Administrator"
- Click "Yes" when asked for permission
3 Your First PowerShell Commands
Let's test that PowerShell is working. Type these commands one at a time:
Part 2: Install Node.js (Required for Claude Code)
20 minutes1 Why Node.js?
Node.js is like the engine that makes Claude Code run. Without it, Claude Code can't work. It's free and safe!
2 Download and Install Node.js
- Open your browser and go to:
nodejs.org - Click the big green button that says "LTS" (Long Term Support)
- Save the installer to your Downloads folder
- Double-click the downloaded file
- Click "Next" through all the screens (default options are perfect)
- Click "Install" and wait 2-3 minutes
- Click "Finish" when done
3 Verify Node.js Installation
Re-open PowerShell and test that Node.js is installed:
| If you see... | Do this... |
|---|---|
| "command not found" | Close PowerShell, re-open it, and try again |
| Version numbers | Perfect! Node.js is installed correctly |
| Permission error | Make sure you're running PowerShell as Administrator |
Part 3: Set Up Anthropic Console ($5 Budget)
30 minutes💰 Understanding the Costs
Your $5 budget will get you approximately:
- 500+ complete website builds
- 1000+ code generations
- 2000+ debugging sessions
Typical costs: Most projects cost $0.01-0.03 (1-3 cents!)
1 Create Your Anthropic Console Account
- Go to:
console.anthropic.com - Click "Sign Up"
- Use your work email (or personal if preferred)
- Verify your email
- Complete the sign-up process
2 Add Your $5 Credit
- In the Console, click "Billing" in the left sidebar
- Click "Add Payment Method"
- Enter your card details (won't be charged yet)
- Click "Add Credits"
- Enter $5.00 as the amount
- Click "Add Credits" to confirm
3 Create Your API Key
- Click "API Keys" in the left sidebar
- Click "Create Key"
- Name it: "Claude Code Key"
- Click "Create"
- IMPORTANT: Copy the key immediately (you won't see it again!)
- Paste it somewhere safe (like a text file)
Part 4: Install Claude Code
15 minutes1 Install Claude Code via PowerShell
In PowerShell, run this single command:
Wait 1-2 minutes for installation to complete. You'll see lots of text scroll by - that's normal!
2 Configure Claude Code with Your API Key
Now we need to tell Claude Code about your API key:
3 Test Claude Code
Let's make sure everything works:
Claude Code should create a file for you. Type exit to leave Claude Code when done testing.
Part 5: Build Your Custom Project (Best of Both Worlds!)
90 minutesChoose ONE project that solves a real problem you face:
🎨 Phase 1: Beautiful Design with Claude.ai (30 minutes)
Step 1: Go to Claude.ai for the pretty version
- Open
claude.aiin your browser - Start a new conversation
- Use this enhanced prompt template:
Step 2: Save the beautiful version
- Copy ALL the code from Claude.ai
- Open VSCodium
- Create a new folder "MyBeautifulProject"
- Create file "index.html"
- Paste the code and save
- Open in browser to see your beautiful starting point!
⚡ Phase 2: Power Modifications with Claude Code (60 minutes)
Now we use Claude Code to enhance and modify WITHOUT manual editing!
Step 1: Navigate to your project in PowerShell
Step 2: Start Claude Code with your beautiful file
Step 3: Make powerful modifications automatically
Now you can request changes WITHOUT touching the code:
Step 4: Advanced enhancements
🎯 Best Practices for the Two-Phase Approach
Use Claude.ai for:
- Initial beautiful design
- Complex layouts
- Gradient backgrounds
- Smooth animations
- Modern UI components
- Color schemes
Use Claude Code for:
- Adding new features
- File management
- Creating multiple files
- Database connections
- Complex logic
- Debugging issues
📝 Example: Complete Student Tracker Project
Phase 1 - Claude.ai Prompt:
Phase 2 - Claude Code Enhancements:
✅ Session 3 Complete Checklist
You've successfully:
- Opened and used PowerShell/Terminal
- Installed Node.js and npm
- Created an Anthropic Console account
- Added $5 credit (with auto-recharge OFF)
- Generated and saved your API key
- Installed Claude Code globally
- Connected Claude Code to your API key
- Built your first custom project
🚀 What You Can Do Now:
- Use Claude Code to build ANY web application
- Modify existing projects with simple commands
- Create professional tools without writing code
- Debug and fix issues by asking Claude Code
- Build as many projects as you want (within your $5 budget)
🎯 Quick Reference Commands
PowerShell Basics
- pwd - Show current location
- ls - List files
- cd [folder] - Change directory
- mkdir [name] - Create folder
- cls - Clear screen
- exit - Close PowerShell
Claude Code Commands
- claude - Start Claude Code
- exit - Leave Claude Code
- clear - Clear conversation
- "modify..." - Change existing code
- "add..." - Add new features
- "explain..." - Get explanations