a basic Imba App derived from hello-world-imba
Go to file
dependabot[bot] 9408319826
Bump mixin-deep from 1.3.1 to 1.3.2
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-09-09 06:34:33 +00:00
dist Update example for Imba 1.3 2018-02-09 15:58:42 +01:00
src fixed path for css file in server file 2019-08-18 09:48:30 +02: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 package: bump all packages 2019-08-31 22:43:40 +02:00
webpack.config.js Upgrade Imba 2018-03-18 10:40:57 +01:00
yarn.lock Bump mixin-deep from 1.3.1 to 1.3.2 2019-09-09 06:34:33 +00: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