https://github.com/chirag3003/next-ts-tailwind-template
A template for nextjs using ts and tailwind css
https://github.com/chirag3003/next-ts-tailwind-template
frontend full full-stack next nextjs react reactjs
Last synced: about 2 months ago
JSON representation
A template for nextjs using ts and tailwind css
- Host: GitHub
- URL: https://github.com/chirag3003/next-ts-tailwind-template
- Owner: chirag3003
- Created: 2023-07-17T07:00:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T17:07:40.000Z (almost 2 years ago)
- Last Synced: 2025-09-14T14:52:40.708Z (10 months ago)
- Topics: frontend, full, full-stack, next, nextjs, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 644 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project configured with [TypeScript](https://www.typescriptlang.org/) and [Tailwind CSS](https://tailwindcss.com/) created by [Brag Club](https://github.com/brag-club)
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
## Learn More
- Next.js: https://nextjs.org/docs
- TypeScript: https://www.typescriptlang.org/docs
- Tailwind CSS: https://tailwindcss.com/docs
- ESLint: https://eslint.org/docs/user-guide/getting-started