Installation #
This guide will help you create a new Vatts.js application and run it locally.
System Requirements #
Before getting started, make sure your environment meets the following requirements:
- Node.js version 24 or higher
| Operating System | Version | Supported |
|---|---|---|
| Windows | Windows 11 | ✅ |
| Windows 10 | ✅ | |
| WSL2 | ✅ | |
| Linux | Ubuntu 18.04+ | ✅ |
| Debian 9+ | ✅ |
Quick Start #
The fastest way to start a new Vatts.js project is by using the official basic example template.
Create a New Project #
The commands below will:
- Download the basic Vatts.js example project
- Install all required dependencies
- Start the development server locally
bash
npx create-vatts-app@latest my-project
cd my-project
npm run dev
That's it! Your app should now be running at http://localhost:3000.