To set up dev server:
- Download Vagrant
- Download VirtualBox
- Run
vagrant up - Run
vagrant sshto get into the dev machine cd frontendto get into the frontend folder,npm run startto start frontend servercd backendto get into the backend folder,npm run devto start backend server
It's that simple!