fullsoak / bun-examples

example using FullSoak web framework on Bun

Home Page:https://fullsoak.onrender.com/app

Repository from Github https://github.comfullsoak/bun-examplesRepository from Github https://github.comfullsoak/bun-examples

fullsoak examples on Bun

FullSoak is a no-build TypeScript fullstack SSR-first framework. This repo hosts several examples using FullSoak.

WARNING: as the FullSoak framework is still in an early development phase, breaking changes are expected. When in doubt, please feel free to open a PR / discussion. Thank you for your interest!

Available commands

This repo is prepared for the Bun runtime.

Install Bun: https://bun.sh/docs/installation

Start the example

PORT=3991 bun dev

Then head to http://127.0.0.1:3991/app to browse around.

Run tests

bun test

Other platforms

About

example using FullSoak web framework on Bun

https://fullsoak.onrender.com/app

License:MIT License


Languages

Language:TypeScript 94.3%Language:CSS 5.7%