Created
January 26, 2017 19:55
-
-
Save pedroskakum/c99ee3817fe6483180e0dde8475ae9dd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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