Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 388 Bytes

installation.md

File metadata and controls

21 lines (13 loc) · 388 Bytes

Installation

How to install the app locally

1. Install system dependencies

Install Node.js and Yarn - follow these instructions.

2. Clone

$ git clone git@github.com:MichaelCurrin/vue-typescript-quickstart.git
$ cd vue-typescript-quickstart

3. Install project dependencies

$ yarn install