Skip to content

A custom-built SSR framework leveraging React, Vite, and Express. Features dynamic CMS-driven routing, streaming server-side rendering, and a modular architecture.

Notifications You must be signed in to change notification settings

StarkElessar/stark-ssr

Repository files navigation

Stark SSR

A custom SSR framework built with React, Vite, and Express.

Features

  • Server-Side Rendering (SSR) with streaming support (renderToPipeableStream)
  • Dynamic Routing based on CMS data
  • Client-side hydration
  • SCSS support
  • Compression (Gzip)
  • Custom SiteController and App architecture

Getting Started

Installation

npm install

Development

npm run dev

Production

npm run build
npm start

About

A custom-built SSR framework leveraging React, Vite, and Express. Features dynamic CMS-driven routing, streaming server-side rendering, and a modular architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published