jcstack
v1.0.8
Published
A boilerplate for creating next projects with batteries included
Downloads
8
Maintainers
Readme
Next.js Boilerplate Template
This is a boilerplate template for Next.js with Framer Motion, Shadcn, and Tailwind CSS. We use Recoil for state management.
Getting Started
To get started with this template, follow these steps:
npx jcstack <name-of-your-folder>
cd <name-of-your-folder>
npm run dev
to start the development server.- Open your browser and navigate to
http://localhost:3000
to see the app in action.
Features
This template includes the following features:
- Next.js: A React framework for building server-side rendered and static websites.
- Framer Motion: A library for creating smooth animations and transitions in React.
- Shadcn: A lightweight library for adding shadow effects to elements.
- Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.
- Recoil: A state management library for React applications.
- Next-Auth: A library for adding authentication to Next.js applications.
- Prism: An ORM for Node.js applications.
Feel free to customize and modify this template to suit your needs. Happy coding!