CxJS

Application Templates

The fastest way to start a new CxJS project is with a template.

Project Templates

TemplateDescription
CxJS Vite TemplateRecommended for new projects
CxJS Tailwind CSS Templatewebpack with layout, dashboard, and page samples

CxJS CLI

The CxJS CLI can generate new projects from the command line:

npx cx-cli create my-app

This creates a new project with all necessary configuration and dependencies.