Skip to main content

Alapa Installation

Getting Started

Follow these steps to get started with Alapa using the create-alapa-app command line tool.

  1. Install the Alapa starter application:

npx create-alapa-app my-alapa-app
cd my-alapa-app
  1. Start the development server:

npm run dev
  1. Open http://localhost:3000 in your browser to view the application.