https://github.com/abhub23/meoww
https://github.com/abhub23/meoww
nextjs tailwind vercel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abhub23/meoww
- Owner: abhub23
- Created: 2025-06-04T16:38:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-10T18:28:51.000Z (about 1 year ago)
- Last Synced: 2025-06-16T01:08:41.623Z (about 1 year ago)
- Topics: nextjs, tailwind, vercel
- Language: TypeScript
- Homepage: https://meoww.abdullahtech.dev
- Size: 136 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-react-template
To install dependencies:
```bash
bun install
```
To start a development server:
```bash
bun dev
```
To run for production:
```bash
bun start
```
This project was created using `bun init` in bun v1.2.19. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.