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
- Host: GitHub
- URL: https://github.com/moinulmoin/nextjs-tailwind-typescript-starter
- Owner: moinulmoin
- Created: 2022-04-21T15:47:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T04:18:25.000Z (almost 3 years ago)
- Last Synced: 2025-06-13T12:56:25.993Z (6 months ago)
- Topics: nextjs, react, tailwind, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://github.com/moinulmoin/nextjs-tailwind-typescript-starter
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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💖