- 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.
These tailwind plugins are pre-packed in this template.
- @tailwindcss/forms - A basic reset for form styles.
- @tailwindcss/typography - Beautiful typographic defaults for HTML you don't control.
- pnpm - Fast, disk space efficient package manager.
- Prettier - Opinionated code formatter.
- TypeScript - Why not?
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000
pnpm devBuild the application for production:
pnpm buildLocally preview production build:
pnpm startCheck out the deployment documentation for more information.
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/