Repository for an update to my Course on JavaScript & JSON.
- Make sure you have node.js and git installed on your machine.
- Clone this into your local machine using the terminal (mac) or Gitbash (PC)
> git clone https://github.com/planetoftheweb/json.git
- CD to the folder
cd json
- Run
> npm-install
to install the project dependencies - Install gulp.js via the Mac terminal or Gitbash on a PC
> npm install -g gulp
- Run the Gulp command
> gulp