2e8e5c183a | ||
---|---|---|
.gitignore | ||
README.md | ||
index.html | ||
index.imba | ||
package.json | ||
webpack.config.js |
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).