/nextjs-typescript-tailwindcss-template

Template used for nextjs, typescript, tailwindcss-y projects

Primary LanguageJavaScript

NextJS + Typescript + TailwindCSS Template

This template is based on NextJS and TailwindCSS. It uses Typescript for code-reusability.

Npm packages are installed via yarn.

Getting Started

Install the dependencies:

    yarn install

Start the application by running the following command:

    yarn dev