Skip to content

A Complete NextJS Skeleton with TailwindCSS and Linters

Notifications You must be signed in to change notification settings

fikrydev/nextjs-skeleton

Repository files navigation

💀 NextJS Skeleton

Kickstart your NextJS App using 💀NextJS Skeleton

🥙 Filled with:

🧶 Yarn Command:

  • yarn run dev Run dev build on localhost
  • yarn run build Build app intu .next folder
  • yarn run eslint Fix code using ESlint
  • yarn run stylelint Lint CSS using Stylelint
  • yarn run format Format code with Prettier

👨‍💻 Setup VSCode:

  • Disable CSS, Sass, and Less validation in Vscode settings
  • Install extentions for TailwindCSS, ESlint, Stylelint, and Prettier

Limitation

  • No support for Sass and Less for Stylelint