Skip to content

Quick Start Guide

Steven Deutekom edited this page Aug 18, 2020 · 2 revisions
  1. Install the latest Node runtime on your computer.
    • Node JS Website
    • make sure you have at least version 6 for the new ES6 features to be enabled
  2. Clone the project repository.
  3. Inside the project folder (the directory where package.json is), run the following command on the command-line to install all the package dependencies for the project.
    npm install
    
  4. Host the project locally using the following command:
    npm run serve
    
  5. Go to http://localhost:8080 in a web browser to view the development version of the project.

Clone this wiki locally