Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 415 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 415 Bytes

JHProject-FE

Front-end component for Junior Honours project.
Written for CS3099 at the University of St Andrews (2017-18).

Installation

This application was tested using

  • node v9.11.1
  • yarn v1.6.0
  • Vue.js v2.5.13

Dependencies can be installed by running

yarn install

Usage

For development mode, run

yarn serve

Or, for production mode, run

yarn build
yarn start