I created this simple app to showcase some of my recent projects (MVPs) and at the same time - to practice a bit with Vue.js and responsive design.
❗ Click HERE to check out the deployed version ❗
- clone this app
- cd into your project
- install dependencies:
npm install
- start development server:
npm run serve