a basic Imba App derived from hello-world-imba
Go to file
somebee d93ab1e484 update to latest imba 2016-01-16 10:29:42 +01:00
lib update to latest imba 2016-01-16 10:29:42 +01: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 update to latest imba 2016-01-16 10:29:42 +01:00
imba.dev.js update to latest imba 2016-01-16 10:29:42 +01:00
index.html update to latest imba 2016-01-16 10:29:42 +01:00
package.json update to latest imba 2016-01-16 10:29:42 +01:00

README.md

hello-world-imba

Tiny template for testing out Imba in the browser.

Getting started

Install Imba

npm install -g imba

Clone repository

git clone https://github.com/somebee/hello-world-imba.git

Enter repository

cd hello-world-imba

Install dependencies

npm install

Watch to recompile

npm run watch

Run

Open index.html in your browser (you should not need a webserver).