Skip to content

nirazanbasnet/nextjs-tailwindcss-sass-boilerplate

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

NextJs | Typescript | TailwindCss | Husky | Prettier | Eslint

This template includes a set of our favorite dev tools scaffolded into a Next.js project. Tools include:

  • TypeScript
  • Tailwind CSS
  • ESLint, with Prettier plugin
  • Prettier, include Tailwind Plugin
  • Husky pre-commit hooks for formatting
  • Pre folder structure

To get started with this template,

Simply git clone instead:

git clone git@github.com:nirazanbasnet/nextjs-tailwindcss-sass-boilerplate.git your-project-name
cd your-project-name && git remote remove origin

Initialization:

cd your-project-name && yarn

To start

yarn dev