Installation
System Requirements
- Node version 20.4.0 or later
- Supported platforms: macOS, Linux.
For windows users, we recommend using Windows Subsystem for Linux (WSL) for the best development experience.
Catalyst comes with built-in support for typescript
Automatic Installation
Execute the following commands in the directory where you wish to set up the Catalyst app:
terminal
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
- Navigate to http://localhost:3005
The development server should now be up and running.