1.1.0 • Published 6 years ago

helloworldgci v1.1.0

Weekly downloads
3
License
ILS
Repository
-
Last release
6 years ago

NPM-Module-Hello-World-GCI-2017

Repository required for the Sugar Labs task: 'Write a npm Node.js module that prints "Hello World"', for the Google Code In competition 2017

Setup & Run

1) Install Node.js with correct installer for your OS, from the official Node.js website (https://nodejs.org/en/) 2) If you haven't already, install Git using the correct installer for your OS, from the official Git website (https://git-scm.com/downloads) 3) Git clone repo to desktop using git clone https://github.com/tintinmovie/NPM-Module-Hello-World-GCI-2017 4) Open your OS terminal (CMD in the case of Windows), and navigate to repo that was just cloned (generally found in highest directory) 5) Type and run the command: node example.js 6) Expected output in console should be 'Hello World!' :tada:

Thank you for taking the time to read all of this