finish redux feature parity

This commit is contained in:
41666 2017-12-16 17:39:53 -06:00
parent f5220aa6dc
commit 5510d5a1c4
29 changed files with 220 additions and 100 deletions

13
start.sh Executable file
View file

@ -0,0 +1,13 @@
#!/bin/sh
docker-compose up -d
cd Server
yarn
yarn dev
cd ..
cd UI
yarn
yarn start