merge eva repos into single repository

This commit is contained in:
gidsi 2018-04-20 18:08:55 +02:00
commit 200dd620ae
52 changed files with 2281 additions and 0 deletions

11
frontend/README.md Normal file
View file

@ -0,0 +1,11 @@
eve-frontend
=======================
Usage
-----
```
npm install -g yarn
yarn install
yarn start
```