/next-ts-tailwindcss

A Next.js + Typescript + tailwindcss boilerplate

Primary LanguageTypeScript

Next JS Boilerplate

This is a boilerplate for Next JS with Tailwindcss using Typescript.

Prequisites

You will need Node.js and NPM to use this project.

You windows user, you can check for the installation file here.

And for linux user, you can check for the installation file here or search for your spesific distro in the web.

Getting Started

First, install all required dependecies:

npm install

and then, run the development server:

npm run dev

Open http://localhost:3000 with your browser.

Developing

You can start developing by editing the index.tsx in pages folder (pages/index.tsx).

Build and Serve

You can build and serve the project for production by using:

npm run build
npm run start

Learn More

You can learn more about Next.js, and Tailwindcss here: