2Getting hands on

Project setup

2 min read264 words

Time: 10 minutes

Set up the sample UI generation app you will use for the rest of the course. If you would rather follow along with your own codebase, that works too — skip this exercise and bring Claude Code up in the project of your choice.

Step 1Check Prerequisites

Verify Node.js is installed.

node --version

If you get a version number, you are good. If not, install Node.js first.

1 / 4

Your development environment is ready — you have Claude Code installed and a working project to explore with it.