1.0.1 • Published 1 year ago

@littlehorse-enterprises/frontend-boilerplate v1.0.1

Weekly downloads
-
License
SSPL-1.0
Repository
github
Last release
1 year ago

ā˜‚ļø NextJS Boilerplate

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.

Features šŸ”„

  • šŸš€ 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.

Quick Start šŸš€

šŸ’¾ 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.

Resources šŸŽØ