This repository contains the starter code for the Hack4Impact McGill Vue.js Workshop (Fall 2019).
- npm
- git or github desktop
- (Optional but nice to clone project easily)
Make sure you have all of the required dependencies (listed above).
Clone the repository using git or github. Alternatively, you can download it as a zip file and unzip it.
From your terminal, use cd to get into the vue-frontend directory. Then use:
npm installto install all of the project dependencies.
Start the project with:
npm startThis should automatically open the frontend application in your default browser. If not, you can try going to the following link:
http://localhost:8087