Next.js, TypeScript, Tailwind Boilerplate

A very lean NextJS boilerplate with TypeScript and Tailwind support. Plus all the goodness of ESLint and Prettier!

Dependencies

Install npm via nodejs using either

You can either use yarn or pnpm; simply delete package-lock.json and run with your package manager of choice

Install dependencies

npm install

Running the application

npm run dev

Build the application

npm run build