2015-08-16 13:43:41 +02:00
|
|
|
# hello-world-imba
|
2015-08-16 15:52:04 +02:00
|
|
|
|
2018-02-09 15:58:42 +01:00
|
|
|
Tiny template for testing out Imba
|
2015-08-16 15:52:04 +02:00
|
|
|
|
2016-01-16 10:29:42 +01:00
|
|
|
## Getting started
|
|
|
|
|
|
|
|
```bash
|
2018-02-09 15:58:42 +01:00
|
|
|
# install dependencies
|
2017-10-19 18:30:02 +02:00
|
|
|
npm install
|
2018-02-09 15:58:42 +01:00
|
|
|
# start webpack-dev-server and compiler
|
|
|
|
npm run dev
|
2016-01-16 10:29:42 +01:00
|
|
|
```
|