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