Note
It's a template for basic BEXLite Stack. It's including Bun, Elysia, HTMX, and SQLite. Already include setup Tailwind CSS.
- Clone the project.
git clone https://github.com/rezarinaldi/bexlite-template.git yourProjectName
# using ssh
git clone git@github.com:rezarinaldi/bexlite-template.git yourProjectName- Go into project folder.
cd yourProjectName- Install all dependencies.
bun install- Start the dev.
bun start- Open http://localhost:3000 with your browser to see the result.