Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edde746/bun-elysia-tailwind
A simple starter project for Bun + Elysia + Tailwind
https://github.com/edde746/bun-elysia-tailwind
boilerplate bun elysia starter tailwindcss template
Last synced: 23 days ago
JSON representation
A simple starter project for Bun + Elysia + Tailwind
- Host: GitHub
- URL: https://github.com/edde746/bun-elysia-tailwind
- Owner: edde746
- License: unlicense
- Created: 2023-10-04T03:06:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-04T03:13:45.000Z (over 1 year ago)
- Last Synced: 2024-10-11T16:12:54.278Z (3 months ago)
- Topics: boilerplate, bun, elysia, starter, tailwindcss, template
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bun-elysia-tailwind
A simple starter project for [Bun](https://bun.sh) + [Elysia](https://elysiajs.com) + [Tailwind CSS](https://tailwindcss.com). Uses PostCSS to process Tailwind CSS without an additional build step.
## Getting Started
```sh
mkdir my-project && cd my-project
bunx degit github:edde746/bun-elysia-tailwind
bun i
bun dev
```