The best way to start a full-stack, typesafe Nuxt.js app.
📖 Documentation, coming soon.
- Create a project
npx nuxi@latest init -t github:easy-temps/nuxt-one
- Navigating to the Project Directory
cd [project-name]
- Start dev server
pnpm dev
Thanks to all these amazing technologies powering this project.
-
Nuxt.js powerful full-stack framework with server-side rendering.
-
TypeScript type safety for improved code quality.
-
Tailwind CSS utility-first CSS for rapid UI development.
-
Shadcn Vue beautiful, customizable UI components.
-
Better Auth simplified authentication implementation.
-
tRPC end-to-end typesafe API calls.
-
Drizzle lightweight and efficient ORM solution.
-
Postgres reliable relational database.
-
Docker consistent development environments and deployment.
Licensed under the MIT license.