typos
This commit is contained in:
parent
ab2cf9ab99
commit
66342ce011
|
@ -1,10 +1,11 @@
|
||||||
# basic App in Imba
|
# basic App in Imba
|
||||||
|
|
||||||
Tiny template for testing out Imba using [CSS modules][0].
|
Tiny template for testing out Imba using [CSS modules][0]. Derived from
|
||||||
|
[hello-world-imba][1].
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
```
|
```bash
|
||||||
git clone https://dev.sum7.eu/lafleur/basic-imba
|
git clone https://dev.sum7.eu/lafleur/basic-imba
|
||||||
cd basic-imba
|
cd basic-imba
|
||||||
yarn # npm install
|
yarn # npm install
|
||||||
|
@ -27,3 +28,4 @@ yarn run dev # npm run dev
|
||||||
```
|
```
|
||||||
|
|
||||||
[0]: https://github.com/css-modules/css-modules
|
[0]: https://github.com/css-modules/css-modules
|
||||||
|
[1]: https://github.com/imba/webpack-app-imba
|
||||||
|
|
Loading…
Reference in New Issue