Launch Steps

Start with taking care of dependencies:

npm i

Server

cd server
npm run dev

Client

cd client
npm run dev