next-as-cli
v0.0.7
Published
Cli for next-as installation
Downloads
6
Readme
next-as
next-as is a boilerplate project based on Next.js, a React framework. It provides a starting point for building web applications with modern tooling and best practices.
Getting Started
To run the project locally, you can use npm, yarn, or pnpm:
npm run dev
This will start the development server.
Initialization
To initialize a new project using next-as, you can use npx:
npx next-as-cli
This will create a new project based on the next-as boilerplate.
Features
- Next.js: A React framework for building server-side rendered and statically generated applications.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom designs.
- Shadcn: Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.
- NextAuth: A set of open-source packages that are built on standard Web APIs for authentication in modern applications with any framework on any platform in any JS runtime.
- Prisma: Open source Node.js and TypeScript ORM with a readable data model, automated migrations, type-safety, and auto-completion.