---
# app-decorators-todomvc

<p>
    <a href="https://david-dm.org/SerkanSipahi/app-decorators?path=packages/app-decorators-todomvc"><img src="https://david-dm.org/SerkanSipahi/david.svg" alt="Dependency Status"></a>
    <a href="https://david-dm.org/SerkanSipahi/app-decorators?path=packages/app-decorators-todomvc&type=dev"><img src="https://david-dm.org/SerkanSipahi/david/dev-status.svg" alt="devDependency Status"></a>
</p>
---
<p align="center">
  <img src="./assets/todomvc-app-decorators.png" alt="todomvc app-decorators">
</p>
---

#### Playground environment for todomvc

#### TODO:
- das ganze sollte mit app-decorators-cli aufgezogen werden!!!!

```bash
git clone https://github.com/SerkanSipahi/app-decorators.git
cd app-decorators/packages/app-decorators-todomvc
make install
```
then
```bash
make dev server
```
or
```
make production server
```

open following url `http://localhost:3000/` in your browser.