Skip to content

shahalihridoy/Next-Tailwind-Starter

Repository files navigation

Next-MUI-Starter

Next.Js boilerplate with Material-UI v5


  • 📏 ESLint — Pluggable JavaScript linter
  • 💖 Prettier - Opinionated Code Formatter
  • 🐶 Husky — Use git hooks with ease
  • 🚫 lint-staged - Run linters against staged git files
  • 👷 PR Workflow - Run Type Check & Linters on pull requests
  • 🗂 Absolute import - Import folders and files using the @ prefix

🚀 Getting started

By default, this uses Yarn, but this choice is yours. If you'd like to switch to npm, delete the yarn.lock file, install the dependencies with npm install, and change the CI workflows, Husky Git hooks, and lint-staged steps to use npm commands.

  1. yarn;
  2. yarn dev;

or

  1. npm i
  2. npm run dev

To view the project open http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published