✔️To launch the app on the local machine redirect to the **dev** branch and execute next commands in bash:
git clone https://github.com/SlavaUnbel/CV_Project.git
cd CV_ProjectGo to 📂client:
cd clientand pass this command:
npm iafter completion you can run the client side of application with command:
npm run startThen do the same in another terminal in 📂server:
cd server
npm i
npm run start