A complete project, made on Vue.js according to the course on Udemy
Google Firebase was used as a backend-server (expires in December 2020).
To run the application:
- clone the repository on your machine
- open project-folder in any code-editor
- open your terminal and go to the project folder
- in the terminal run the following commands:
- npm install
- npm run serve
- those two commands will install node_modules and run the application on your local machine
- finally, to open the application in the browser, copy the link from the terminal and insert it in the browser of your choice (e.g. http://localhost:8080/)
- you should be able to see and use the application