|
|
||
|---|---|---|
| lib | ||
| src | ||
| .gitignore | ||
| README.md | ||
| imba.js | ||
| index.html | ||
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.