Skip to content

Instantly share code, notes, and snippets.

@abranhe
Last active November 15, 2018 18:51
Show Gist options
  • Save abranhe/7bc5840fbd5f44b5a15351ca6926c9a8 to your computer and use it in GitHub Desktop.
Save abranhe/7bc5840fbd5f44b5a15351ca6926c9a8 to your computer and use it in GitHub Desktop.
Starting using Javascript and Node.js

Requirements

Check if node is installed

$ node --version

Check if git is installed

$ git --version

Git Terminal

Check if NPM is installed

$ npm --version

Server

$ npm install --global http-server

If you got an error try it using sudo:

$ sudo npm install -g http-server

More about npm at npmjs.org

Recomended

  • wtii: What time is it?
  • open-on-npm: Open packages on your terminal.
  • openup: Open git projects on github.

Follow me on Github @abranhe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment