-
Notifications
You must be signed in to change notification settings - Fork 4
Quick Start Guide
Steven Deutekom edited this page Aug 18, 2020
·
2 revisions
- 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
- Clone the project repository.
- 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 - Host the project locally using the following command:
npm run serve - Go to http://localhost:8080 in a web browser to view the development version of the project.