This is a NextJS boilerplate that comes with TailwindCSS, Typescript, Prettier, and, making it easy for you to kickstart your Next.js projects with modern web development tools and best practices and uses the Shadcn/ui design system.
- 🚀 Next.js: A popular React framework for building server-rendered React applications.
- 🎨 Comprehensive Design System: Built with Shadcn/ui, a high quality design system for building modern web applications.
- 📦 SWR: A React Hooks library for remote data fetching.
- 📂 Lucide: A comprehensive & beautiful icon set with over 1,400 icons. lucide
- 💅 TailwindCSS: A highly customizable CSS framework for building modern user interfaces.
- 🔍 Typescript: A statically typed superset of JavaScript that provides better code quality and error checking.
- 🔧 Prettier: An opinionated code formatter that enforces consistent code style for better code readability.
💾 Clone the repository
git clone https://github.com/littlehorse-enterprises/frontend-boilerplate.git
📂 Change directory to the cloned repository
cd frontend-boilerplate
📦 Install dependencies
npm install
🏗️ Start the development server:
npm run dev
🌐 Open your browser and go to http://localhost:3000
to see the Next.js app
running locally.