Files
oneuptime/run-local-development.sh
2019-09-18 11:14:50 +03:00

18 lines
192 B
Bash

#TODO: Initialize Probe
#TODO: Make a script to run all the projects.
cd accounts
npm install
npm start
cd ..
cd dashboard
npm install
npm start
cd..
cd backend
npm install
npm start
cd..