tomashm / hello-git

Git class playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Git class playground


Languages

Language:JavaScript 100.0%