a basic Imba App derived from hello-world-imba
Go to file
somebee 6b567a6160 Updated for imba 1.0.0 2017-10-19 18:30:44 +02:00
.gitignore Use imbapack and simplify 2017-10-19 18:30:44 +02:00
README.md Updated for imba 1.0.0 2017-10-19 18:30:44 +02:00
index.html Use imbapack and simplify 2017-10-19 18:30:44 +02:00
index.imba Updated for imba 1.0.0 2017-10-19 18:30:44 +02:00
package-lock.json Updated for imba 1.0.0 2017-10-19 18:30:44 +02:00
package.json Updated for imba 1.0.0 2017-10-19 18:30:44 +02:00
webpack.config.js Use imbapack and simplify 2017-10-19 18:30:44 +02:00

README.md

hello-world-imba

Tiny template for testing out Imba in the browser.

Getting started

git clone https://github.com/somebee/hello-world-imba.git
cd hello-world-imba
npm install
npm run watch

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