tata1mg / catalyst-core

https://catalyst.1mg.com
MIT License
11 stars 0 forks source link
Catalyst logo

Table of Contents

Overview

Catalyst offers a comprehensive suite of features designed for modern web development. It includes isomorphic rendering for optimal performance, an extendable server with full-stack capabilities, and configurable state management. The framework employs smart prefetching of data and chunks, allows easy configuration of global styles and layouts, and provides SEO optimization at both global and page levels.

Installation

System Requirements

Automatic Installation

Run the following commands in the directory where you want to set up the Catalyst app:

npx create-catalyst-app@latest

You will see some prompts to configure your application.

cd <name-of-your-project> && npm run start

The development server will start at http://localhost:3005

Documentation

Visit https://catalyst.1mg.com to view the full documentation.