This project was created from scratch using no UI frameworks at all. Its only dependencies are:
- Connect-ES
- Protobuf-ES
- esbuild
- TypeScript (and ts-node)
- Jasmine (unit tests)
Runs the app using esbuild serve
functionality.
Open http://localhost:3000 to view it in the browser.
Build the app using esbuild.
Use buf
to generate the compiled protos via protobuf-es