An open API service indexing awesome lists of open source software.

https://github.com/octoper/clerk-create


https://github.com/octoper/clerk-create

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

## create-clerk-app

## Scaffolding Your First Clerk application

With NPM:

```bash
$ npm create clerk-app@latest
```

With Yarn:

```bash
$ yarn create clerk-app
```

With PNPM:

```bash
$ pnpm create clerk-app
```

With Bun:

```bash
$ bun create clerk-app
```

Currently supported template presets include:

- `nextjs-app-router`
- `nextjs-pages-router`

## Credits

This project also contains code derived or copied from [https://github.com/vitejs/vite].

- https://github.com/sxzz/tsdown
- https://github.com/privatenumber/cleye

## License

[MIT](./LICENSE) License © 2025 [Vaggelis Yfantis](https://github.com/octoper)