This repository contains the CF CMS Modern Dark Template and its Admin Frontend.
packages/template: The core template package.apps/admin-frontend: The new Vite + React + TypeScript admin frontend.
-
Install dependencies:
npm install
-
Run the admin frontend:
npm run dev:frontend
This starts the Vite development server for the admin frontend.
- Frontend: Located in
apps/admin-frontend. - Template: Located in
packages/template.
The frontend consumes the template's theme via direct import (configured via path aliases).