2018-10-16 13:46:51 +10:30

12 lines
546 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# WebDev-Assignment-2
### Install
_**Note:** You need to have node js installed, just use the latest 'Current' version found [here](https://nodejs.org/en/)_
- _Install node js if you haven’t already per above note_
- Download and extract the provided web_dev zip to a suitable location.
- Navigate using command line into the extracted directory e.g. `cd webdev-assignment-2`
- Install dependencies via: `npm install`. This only needs to be done the first time the folder is initialized
- Start the server / Serve the html with: `npm start`