Added frond-end and needed get calls.

This commit is contained in:
Naida Vatric
2019-11-07 01:10:25 +01:00
parent 0d525d486e
commit 54aad28c5f
30 changed files with 14267 additions and 2 deletions

4
startall.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
npm start &
cd permissions_control_panel
npm start &