Skip to main content

Installation

System Requirements

  • Node version 20.4.0 or later
  • Supported platforms: macOS and Linux.

Automatic Installation

Execute the following commands in the directory where you wish to set up the Catalyst app:

terminal
npx create-catalyst-app@latest

Upon successful installation, you will see the following prompts in your terminal:.

  • Enter the name of your Catalyst application.
  • Choose a state management option.

Once the packages are installed, move into the new project folder and start the development server with the following command:

terminal
cd project-name
npm run start

The development server should now be up and running.

Powered by OneDoc