An open API service indexing awesome lists of open source software.

https://github.com/moinulmoin/nextjs-tailwind-typescript-starter

Nextjs, Tailwind CSS, Typescript minimal, clean starter pack 2023
https://github.com/moinulmoin/nextjs-tailwind-typescript-starter

nextjs react tailwind tailwindcss typescript

Last synced: 6 months ago
JSON representation

Nextjs, Tailwind CSS, Typescript minimal, clean starter pack 2023

Awesome Lists containing this project

README

          

This is a [Next.js](https://nextjs.org/), [Tailwind CSS](https://tailwindcss.com/), [Typescript](https://www.typescriptlang.org/) starter pack

## Run it locally

<<<<<<< HEAD
Clone the project
=======
First, install all the dependencies:

```bash
npm i
# or
yarn
```

then, run the development server:
>>>>>>> 279bf7dae6b25710b4115e2d8848e91491427021

```bash

git clone https://github.com/moinulmoin/nextjs-tailwind-typescript-starter project-name

```

Go to the project directory

```bash

cd project-name

```

### Or you can just download it as zip, then

Install dependencies

`npm install` or `yarn install`

Start the server

`npm run dev` or `yarn dev`

Now customize everything as your needs.

## Support

Leave a star ⭐ if it helped you. Thank you💖