a basic Imba App derived from hello-world-imba
Go to file
somebee b1135e7796 Upgrade to Imba 1.4.0 2018-11-18 10:25:07 +01:00
dist Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
src Update to Imba 1.3.1 2018-02-27 15:32:40 +01:00
.editorconfig Add editorconfig 2018-04-12 11:18:36 +02:00
.gitignore Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
README.md Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
package.json Upgrade to Imba 1.4.0 2018-11-18 10:25:07 +01:00
webpack.config.js Upgrade Imba 2018-03-18 10:40:57 +01:00
yarn.lock Upgrade to Imba 1.4.0 2018-11-18 10:25:07 +01:00

README.md

hello-world-imba

Tiny template for testing out Imba

Getting started

# install dependencies
npm install
# start webpack-dev-server and compiler
npm run dev