This is a boilerplate for Nextjs with Tailwind CSS, Styled Components and TypeScript.
First, clone the repository:
git clone https://github.com/MKAbuMattar/nextjs-tailwind-styled-components-typescript.git
cd nextjs-tailwind-styled-components-typescript
Then, install the dependencies:
npm yarn
Finally, run the development server:
yarn dev