8000 GitHub - vishalpolley-1mg/catalyst-core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vishalpolley-1mg/catalyst-core

 
 

Repository files navigation

Catalyst logo

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.

About

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0