Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 643 Bytes

File metadata and controls

24 lines (17 loc) · 643 Bytes

Installation

Install NodeJS

and

  1. Clone a copy of the Javascript-Lessons to the directory where you want to use it.
  2. Go to the installation directory and run npm install to get all of the dependancies.
  3. 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