a basic Imba App derived from hello-world-imba
Go to file
Sindre Aarsaether 3a957df975 Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
dist Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
src Update example for Imba 1.3 2018-02-09 15:58:42 +01: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 Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
webpack.config.js Update example for Imba 1.3 2018-02-09 15:58:42 +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