Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 453 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 453 Bytes

Javascript, frontend basics

This code here is for learning purposes only.

Install

Download and install nodejs and npm. Download this repository and open a command prompt inside this directory

cd path/to/this/directory

To install all dependecies in package.json, issue the following command

npm install

Run

After all packages installed successfully, run the live server with the following command

npm run serve