Skip to content

Latest commit

 

History

History
 
 

plain

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Eliza

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)

Getting Started

npm install

npm start

Runs the app using esbuild serve functionality. Open http://localhost:3000 to view it in the browser.

Helpful Commands

npm run build

Build the app using esbuild.

npm run generate

Use buf to generate the compiled protos via protobuf-es