This project is made with Vue.js + Express.js.
cd in to /client and /server, then run:
yarn install
inside /client, run:
npm run serve
inside /server, run:
npm start
By default, the server runs on port: 8081, you can customize this by modifying the config.js file inside src/config and modify the baseURL entry on the client side API.