This repository was created following YouTube Tutorial and edited by emma-t to practice Vue.js front-end coding.
- Clone the repository
- Run
npm install
- Copy
.env.example
into.env
- Run
npm run dev
to start the application at http://localhost:3000
- VS Code + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).