Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/drizzle-nuxt
https://github.com/daniel-le97/drizzle-nuxt
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/drizzle-nuxt
- Owner: daniel-le97
- Created: 2023-11-02T05:12:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-15T02:36:12.000Z (about 1 year ago)
- Last Synced: 2024-12-09T14:57:49.560Z (about 2 months ago)
- Language: Vue
- Size: 898 KB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Drizzle Saas boilerplate
## Nuxt Drizzle Postgres Tailwindcss ESLint Authjs
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# pnpm
pnpm install```
## Development Server
Start the development server on `http://localhost:3000`:
```bash
# pnpm
pnpm run dev```
## Production
Build the application for production:
```bash
# pnpm
pnpm run build
```Locally preview production build:
```bash
# pnpm
pnpm run preview
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.