Last active
August 29, 2015 13:57
-
-
Save oshingc/9557915 to your computer and use it in GitHub Desktop.
Correr Proyecto con NodeJS y Bower
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
//Folder del proyecto | |
git checkout develop | |
git fetch | |
git pull | |
cd docente/ | |
sudo npm install | |
//Se instalará npm sino se borra la carpeta .npm y luego se prosigue con sudo npm install | |
//Actualizar las librerías según bower.json | |
bower update | |
bower install | |
//si falla se puede borrar bower_components y volver a intentar | |
//Correr Nodejs | |
node server.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment