# Application Templates



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

## Project Templates

| Template                                                                          | Description                                      |
| --------------------------------------------------------------------------------- | ------------------------------------------------ |
| [CxJS Vite Template](https://github.com/codaxy/cxjs-vite-template)                | Recommended for new projects                     |
| [CxJS Tailwind CSS Template](https://github.com/codaxy/cxjs-tailwindcss-template) | webpack with layout, dashboard, and page samples |

## CxJS CLI

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

```bash
npx cx-cli create my-app
```

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