Skip to content

Instantly share code, notes, and snippets.

@esova-ana
Last active March 8, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esova-ana/ab932ea2e69faa97a6ef706fb4085cde to your computer and use it in GitHub Desktop.
Save esova-ana/ab932ea2e69faa97a6ef706fb4085cde to your computer and use it in GitHub Desktop.
Setup dev environment
/*-----------------------------------------------------------------
INSTALL GIT, ATOM and NODE
------------------------------------------------------------------*/
git-scm.com
https://atom.io/
https://nodejs.org/en/
/*-----------------------------------------------------------------
FIND AND OPEN A TERMINAL
------------------------------------------------------------------*/
// Linux and Mac -> search for terminal
// Search for CMD
/*-----------------------------------------------------------------
INSTALL NPM, N, NODE (in the terminal)
------------------------------------------------------------------*/
$ sudo npm install npm -g
$ npm -v // check npm version
$ npm install -g n //version manager for node
$ npm -v // check npm version again
$ n latest
$ node -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment