Skip to content

Instantly share code, notes, and snippets.

@oshingc
Last active August 29, 2015 13:57
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 oshingc/9557915 to your computer and use it in GitHub Desktop.
Save oshingc/9557915 to your computer and use it in GitHub Desktop.
Correr Proyecto con NodeJS y Bower
//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