How much can customers save with Wasp deal?
Free Usage
Wasp is a domain-specific language for building full-stack web applications quickly. It offers rapid development, high-level abstraction, best practices, and seamless integration for developers, startups, tech teams, and students to streamline web development.
npm install -g @wasp/cli
to install the Wasp CLI globally.wasp new my-project
to generate a new project named "my-project".cd my-project
.Main.wasp
file to define your application’s components, routes, and data models. This file uses a simple, declarative syntax.wasp start
to start the development server and preview your application locally.wasp build
.