Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 388 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 388 Bytes

hello-world-imba

Tiny template for testing out Imba in the browser.

Installing Imba

> npm install -g imba

Compiling files

After installing Imba, navigate to the root directory in your terminal, and type:

imba watch src/

This will start watching for .imba-files in src/ and automatically compiling them into lib/.

index.html can be opened in your browser as a file.