d93ab1e484 | ||
---|---|---|
lib | ||
src | ||
.gitignore | ||
README.md | ||
imba.dev.js | ||
index.html | ||
package.json |
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).