Skip to content

Latest commit

 

History

History
executable file
·
37 lines (25 loc) · 1011 Bytes

README.md

File metadata and controls

executable file
·
37 lines (25 loc) · 1011 Bytes

Hack4Impact Vue.js Workshop

Hack4Impact McGill

This repository contains the starter code for the Hack4Impact McGill Vue.js Workshop (Fall 2019).

Requirements

Setup

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 install

to install all of the project dependencies.

Start the project with:

npm start

This should automatically open the frontend application in your default browser. If not, you can try going to the following link:

http://localhost:8087