eggythi.tsas

🚀 Quick Start

Get up and running with eggythi.tsas in just a few simple steps. You'll have a working project in minutes.

1️⃣

Install the Tool

Begin by installing the eggythi.tsas CLI with your preferred package manager.

npm create eggythi@latest -y
2️⃣

Create a Project

Run the CLI to create a new project scaffolding with everything you need.

eggythi create my-project
3️⃣

Run the App

Start the development server with automatic hot-reloading.

cd my-project && eggythi run dev
4️⃣

Build for Production

When ready, create an optimized production build with a single command.

eggythi run build
📚 Continue to Docs