Venz is a simple template for web based SaaS applications. It provides
- A React web app - A pure client side app
- A SSR + React based application - For landing, static and blog pages (Todo)
It is under web-app
subdirectory. It comes with following features out of the box without any extra setup It!
It by default runs on bun
. You can boot it up as follows
- Install
bun
from here cd web-app
bun install
bun start
- It runs the dev server in watch modebun run build
- To build production bundle. Stores the output underbuild
subdirectory