** Instruction to run

$ open ~/.bash_profile      /* - Open bash profile */
$ source ~/.bashrc          /* - PASTE this into it and save */
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash                                              */
command -v nvm              /* - Confirm installation */
nvm install x.x.x           /* - To install node version */
nvm use x.x.x /* - To use node version */



NPM install
NPM run dev
Navigate to localhost:8080