catalyst-core
v0.0.1-beta.7
Published
Web framework that provides great performance out of the box
Downloads
83
Readme
Table of Contents
- Overview
- Installation
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
- Node version 20.4.0 or later
- Compatible with macOS and Linux
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.