This is an example of how to use the browser version of the compiler.
To run this example, follow these steps:
- Start by building guida for the browser at the top level folder by running the following:
nvm use
npm install
npm run build:browser
- Move into this folder and install the dependecies:
cd try
npm install
- Start the server with
npm run server - Open http://127.0.0.1:8088