From the course: Create Your Dream Apps with Cursor and Claude AI

Unlock this course with a free trial

Join today to access over 24,800 courses taught by industry experts.

Versions with GitHub and autopublish

Versions with and autopublish

- [Instructor] Now we're going to get into versioning and and auto-publishing your website. This is actually a crucial part of iterating your project and it's going to make it so much easier to get into the more complex code because you need versioning, otherwise you don't know what has changed and you don't know how to get back to the previous version. So the first thing is, obviously, usually if you close Cursor and you open it again, it's going to open this, and you're always going to go back to this. You're going to open your project and then we resume where we left off. So that's the first thing. The second thing you need to know about is the terminal. In Cursor, just like in VS Code, you have the terminal and you can reach it by using Command J. So this is where typically you're going to need to build your projects, and typically you kind of need to know about this if you want to get into Git and all that stuff, but also if you want to build your React project. So I'm…

Contents