Welcome to the Guides

Your journey starts here.

Getting Started

This guide will walk you through the fundamentals, from installation to creating your first project.

What You’ll Learn

Quick Start Example

Run the following command in your terminal to create a new project:

npx create-awesome-app my-first-project

Then navigate into the directory and start the development server:

cd my-first-project
npm run dev

Next Steps

After the project is up and running, explore the following sections: