Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 584 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 584 Bytes

HELLO GIT

First time installation

Install Git and Node.JS and make sure you have both the git and node commands in your command line path.

Click the "Fork" button above to make your own fork of this repository (login to your Github account or create a new one when prompted), then clone and install:

$ git clone git@github.com:[your-github-username]/hello-git.git
$ cd hello-git
$ npm install

Start the application

$ node hello.js