This is a small example project to be used within a workshop about the basics of TypeScript. It's powered by TypeScript, Vite and Onyx.
In order to use this project you'll need to have Node JS >=24 installed on your system. Afterwards you can clone this repo and install the required dependencies:
npm installTo start the example app run the following command in a terminal at the root of this repo:
npm run devThis will start the dev server and open the application at http://localhost:5173/ in your browser.