Skip to content

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:

Running in development

  1. Open terminal in root directory
  2. run yarn server:dev:run
  3. Open second terminal in root directory
  4. run yarn client:dev:run

Running in production

  1. Open terminal in root directory
  2. run yarn app:build
  3. run yarn server:prod:run
Clone this wiki locally