cd mps-frontend
npm install
npm start
You can access the frontend on the url: http://localhost:3000/
Note: If you have any kind of persitence, you must have a mongodb initialized on localhost, otherwise it will start the backend with only the simulation and not storing the options on a database.
cd mps-backend
npm install
npm start
cd mps-frontend-vue
npm install
npm start
You can access the frontend on the url: http://localhost:8081/