Skip to content

camxus/STUDIO-APPLICATION

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STUDIO-APPLICATION

To make use of this application locally, please run the following commands

echo "Installing Backend Dependencies"
cd backend/ && yarn install && cd ..
cd frontend/ && yarn install && cd ..

To run the application, please run the following commands in two seperate terminals

cd backend/ && npm start
cd frontend/ && expo start