slovocast/frontend
2024-02-24 22:12:57 -05:00
..
public Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00
src Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00
.editorconfig Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00
.gitignore Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00
build.ts Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00
bun.lockb Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00
package.json Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00
README.md Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00
tsconfig.json Start mithril app with bun for the frontend 2024-02-24 22:12:57 -05:00

slovocast-frontend

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.24. Bun is a fast all-in-one JavaScript runtime.