Install NodeJS
and
- Clone a copy of the Javascript-Lessons to the directory where you want to use it.
- Go to the installation directory and run
npm install
to get all of the dependancies. - Run the app by typing
node app.js
from the commandline.
or
Open a command line (terminal on OS X).
git clone https://github.com/thenderson21/Javascripts-Lessons.git
cd Javascripts-Lessons
npm install
node app.js
Now go to http://localhost:3000/ in your browser.
To update the to the latest version go to the location in the terminal and type git pull