Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 440 Bytes

File metadata and controls

25 lines (17 loc) · 440 Bytes

Guida Try

This is an example of how to use the browser version of the compiler.

How to run

To run this example, follow these steps:

  1. Start by building guida for the browser at the top level folder by running the following:
nvm use
npm install
npm run build:browser
  1. Move into this folder and install the dependecies:
cd try
npm install
  1. Start the server with npm run server
  2. Open http://127.0.0.1:8088