From the course: Claude Code 4: Agentic Coding for Professional Developers

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Solving problems with natural language

Solving problems with natural language

- It's finally time to start working with Claude. I'm going to ask it to make some changes to my project without having to use an editor. I want to make sure that I'm in the right folder and I'm going to go ahead and run the development command. This will allow me to preview the project side by side, and you could see that it's a pretty simple React project that has a little slideshow. And in here I can switch over to light and dark mode. And I have a dropdown here. We'll see if we can get Claude to do some useful things with this project. I'm going to open up another terminal while leaving the development mode of running. I'll make sure that I'm in the right folder and I'll execute the Claude command in here. It's always bothered me that the fonts in here are a little bit large, so I'm going to start by just asking it to see if it can fix that. So I'll say, "In the Cast dropdown, I wouldn't mind the font being smaller." It's going to go through and find the nav file for me. It found…

Contents