Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezarinaldi/bexlite-template
✨ It's a template for basic BEXLite Stack. It's including Bun, Elysia, HTMX, and SQLite.
https://github.com/rezarinaldi/bexlite-template
Last synced: 3 months ago
JSON representation
✨ It's a template for basic BEXLite Stack. It's including Bun, Elysia, HTMX, and SQLite.
- Host: GitHub
- URL: https://github.com/rezarinaldi/bexlite-template
- Owner: rezarinaldi
- Created: 2024-05-07T02:48:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T10:23:26.000Z (5 months ago)
- Last Synced: 2024-06-22T16:46:04.059Z (5 months ago)
- Language: CSS
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ BEXLite Template
> [!NOTE]
> It's a template for basic BEXLite Stack. It's including [Bun](https://bun.sh/), [Elysia](https://elysiajs.com/), [HTMX](https://htmx.org/), and [SQLite](https://www.sqlite.org/). Already include setup [Tailwind CSS](https://tailwindcss.com/).## How to start:
1. Clone the project.
```bash
git clone https://github.com/rezarinaldi/bexlite-template.git yourProjectName
# using ssh
git clone [email protected]:rezarinaldi/bexlite-template.git yourProjectName
```2. Go into project folder.
```bash
cd yourProjectName
```3. Install all dependencies.
```bash
bun install
```4. Start the dev.
```bash
bun start
```5. Open http://localhost:3000 with your browser to see the result.
## Reference
[![bexlite-base-template - github.com](https://github-readme-stats.vercel.app/api/pin?username=bexlite-stack&repo=bexlite-base-template&title_color=ffffff&icon_color=ffffff&text_color=ffffff&bg_color=161729)](https://github.com/bexlite-stack/bexlite-base-template)
### Author: [Indra Zulfi Mushoddaq](https://github.com/indrazm)