nextjs-ts-tailwind-boilerplate Tailwind Templates

Nextjs Ts Tailwind Boilerplate

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

DEPRECATED.

This project has fallen out of date and is not being maintained.

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

Top categories

Loading Svelte Themes