Skip to content

Instantly share code, notes, and snippets.

@pedroskakum
Created January 26, 2017 19:55
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 pedroskakum/c99ee3817fe6483180e0dde8475ae9dd to your computer and use it in GitHub Desktop.
Save pedroskakum/c99ee3817fe6483180e0dde8475ae9dd to your computer and use it in GitHub Desktop.
Instalar NodeJS:
https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions
NPM Fix Permissions:
https://docs.npmjs.com/getting-started/fixing-npm-permissions
Instalar Nodemon (npm install -g nodemon):
https://nodemon.io/
Instalar Angular Cli (npm install -g angular-cli):
https://github.com/angular/angular-cli
Instalar o MongoDB:
https://www.mongodb.com/download-center?jmp=nav#community
Instalar o RoboMongo (IDE p/ MongoDB):
https://robomongo.org/download
Instalar Visual Studio Code:
https://code.visualstudio.com/
Outros:
-Google Chrome
-Extensão 'Postman' p/ Google Chrome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment