-
Notifications
You must be signed in to change notification settings - Fork 1
Running the app
Darek edited this page Nov 19, 2023
·
3 revisions
* This project is setup with yarn workspaces
which means that you can call all your commands from the root directory and don't have to cd
into server or client directories to install or run any specific scripts
After setting up all the environment variables execute following commands:
- Open terminal in root directory
- run
yarn server:dev:run
- Open second terminal in root directory
- run
yarn client:dev:run
- Open terminal in root directory
- run
yarn app:build
- run
yarn server:prod:run