Skip to content

thenderson21/Javascripts-Lessons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Basic JavaScript tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published