This is a boilerplate for Next JS with Tailwindcss using Typescript.
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.
First, install all required dependecies:
npm install
and then, run the development server:
npm run dev
Open http://localhost:3000 with your browser.
You can start developing by editing the index.tsx in pages folder (pages/index.tsx).
You can build and serve the project for production by using:
npm run build
npm run start
You can learn more about Next.js, and Tailwindcss here: