DEV Community

Waldo
Waldo

Posted on

A Quick Starter template for building a project using Next.js,Typescript,TailwindCSS, ESLint,prettier (boilerplate).

This is a Next.js boilerplate with TailwindCSS and Typescript, Eslint, prettier

Github repository
https://github.com/zaakzaku/nextjs-typescript-tailwind-boilerplate

Getting Started

First, run the development server:

git clone https://github.com/zaakzaku/nextjs-typescript-tailwind-boilerplate
cd nextjs-typescript-tailwind-boilerplate
npm install
npm run dev

Enter fullscreen mode Exit fullscreen mode

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Top comments (0)