Guida Try
January 14, 2026 ยท View on GitHub
This is an example of how to use the browser version of the compiler.
How to run
To run this example, follow these steps:
- Start by building guida API at the top level folder by running the following:
nvm use
npm install
npm run build:api
- Move into this folder and install the dependecies:
cd try
npm install
- Start the server with
npm start - Open http://127.0.0.1:8088