Created
December 8, 2015 14:49
-
-
Save caduvieira/521b869c442f55a4796f to your computer and use it in GitHub Desktop.
Comandos para editor
This file contains hidden or 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
sudo apt-get install -y curl | |
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash - | |
sudo apt-get install -y nodejs | |
Na pasta do editor: | |
git pull | |
./gradlew brunch | |
./gradlew bootRun |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment