a basic Imba App derived from hello-world-imba
Go to file
somebee cfdb74aa0f added basic files 2015-08-16 15:52:04 +02:00
lib added basic files 2015-08-16 15:52:04 +02:00
src added basic files 2015-08-16 15:52:04 +02:00
.gitignore Initial commit 2015-08-16 13:43:41 +02:00
README.md added basic files 2015-08-16 15:52:04 +02:00
imba.js added basic files 2015-08-16 15:52:04 +02:00
index.html added basic files 2015-08-16 15:52:04 +02:00

README.md

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.