cd backend //Changes the current directory to the "backend" directory. npm install //Installs the dependencies required for the backend project. npm start //Starts the backend server.
cd synth //Changes the current directory to the "synth" directory. npm install //Installs the dependencies required for the frontend project. npm start //Starts the frontend server.