Application Templates
The fastest way to start a new CxJS project is with a template.
Project Templates
| Template | Description |
|---|---|
| CxJS Vite Template | Recommended for new projects |
| CxJS Tailwind CSS Template | webpack 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.