Skip to content

A Boilerplate for project bootstrapping using Nextjs, Typescript, TailwindCSS, Eslint, Prettier, Husky, Lint Staged and more.

Notifications You must be signed in to change notification settings

Fabioepb/nextjs-ts-tailwind-boilerplate

Repository files navigation

Nextjs, Typescript and TailwindCSS Boilerplate

This is a boilerplate to accelerate further projects development, it uses Nextjs, Typescript, TailwindCSS configured to purge unused classes for better production optimization, PostCSS, Prettier for better auto formatting, Eslint configured for Typescript to help enforce strict rules during development, Husky to check for errors and Lint Staged to limit error checking only for files actually staged and speed up the project's deployment.

It also includes a basic folder structure for your project.

Installation

$ yarn install

Running the app

# Run in Dev mode
$ yarn dev

# Create a production optimized build
$ yarn build

# Run a production build
$ yarn start

Credits

About

A Boilerplate for project bootstrapping using Nextjs, Typescript, TailwindCSS, Eslint, Prettier, Husky, Lint Staged and more.

Resources

Stars

Watchers

Forks