Skip to content

arpansaha13/next14-template

Repository files navigation

Opinionated Next.js Starter Template

Pre-packed with

  • Next.js - The React Framework for the Web.
  • ReactUse - A comprehensive collection of custom React Hooks.
  • Redux Toolkit - The official, opinionated, batteries-included toolset for efficient Redux development.
  • TailwindCSS - Rapidly build modern websites without ever leaving your HTML.
  • Headless UI - Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

Tailwind Plugins

These tailwind plugins are pre-packed in this template.

Other Features

  • pnpm - Fast, disk space efficient package manager.
  • Prettier - Opinionated code formatter.
  • TypeScript - Why not?

Setup

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm start

Check out the deployment documentation for more information.

Checklist

When you use this template, try to follow the checklist to update your info properly

  • Remove example components and store slices
  • Clean up the READMEs and remove routes
  • Clean up the images in public/

About

Opinionated NextJs starter template

Topics

Resources

Stars

Watchers

Forks