This is a boilerplate template for Next.js with Framer Motion, Shadcn, and Tailwind CSS.
To get started with this template, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies by running
npm installoryarn install. - Start the development server by running
npm run devoryarn dev. - Open your browser and navigate to
http://localhost:3000to see the app in action.
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.
Feel free to customize and modify this template to suit your needs. Happy coding!