mx-next
v0.0.1
Published
st-next 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.
Downloads
2
Readme
st-next
st-next 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 st-next, you can use npx:
npx st-next
This will create a new project based on the st-next 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.