Skip to content

Instantly share code, notes, and snippets.

@caduvieira
Created December 8, 2015 14:49
Show Gist options
  • Save caduvieira/521b869c442f55a4796f to your computer and use it in GitHub Desktop.
Save caduvieira/521b869c442f55a4796f to your computer and use it in GitHub Desktop.
Comandos para editor
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