Reorganized repo using yarn and workspaces

This commit is contained in:
maciejhirsz
2018-06-27 14:04:34 +02:00
parent 8c3b1ee749
commit 0580e25380
84 changed files with 8434 additions and 701 deletions
+1
View File
@@ -0,0 +1 @@
tsc -p packages/backend
+1
View File
@@ -0,0 +1 @@
tsc -p packages/common
+3
View File
@@ -0,0 +1,3 @@
scripts/build-common.sh
scripts/build-backend.sh
node packages/backend/build/index.js
+3
View File
@@ -0,0 +1,3 @@
scripts/build-common.sh
cd packages/frontend
npm start