a basic Imba App derived from hello-world-imba
Go to file
somebee 2e8e5c183a Use imbapack and simplify 2017-10-19 18:30:44 +02:00
.gitignore Use imbapack and simplify 2017-10-19 18:30:44 +02:00
README.md Use imbapack and simplify 2017-10-19 18:30:44 +02:00
index.html Use imbapack and simplify 2017-10-19 18:30:44 +02:00
index.imba Use imbapack and simplify 2017-10-19 18:30:44 +02:00
package.json Use imbapack and simplify 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

Install imba & webpack

npm install -g imba
npm install -g webpack

Clone repository

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

Enter repository

cd hello-world-imba

Continously build project

imbapack -w

Run

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