Skip to content

Instantly share code, notes, and snippets.

@William-ST
Last active August 29, 2015 14:26
Show Gist options
  • Save William-ST/abb373e7ec4e1cd7866e to your computer and use it in GitHub Desktop.
Save William-ST/abb373e7ec4e1cd7866e to your computer and use it in GitHub Desktop.
Yeoman
————
{“requisito”:
[
“nodejs”,
“npm”,
“git”,
]
}
npm instala -g yo
//npm install -g grunt-cli
//npm install grunt —save-dev
//yo —version //bower —version && grunt —version
npm install -g generator_angular
//locate directory
mkdir project
cd project
yo angular
npm install //Verificar
yo angular:route articulos
sudo npm install -g express-generator.
npm install mysql
npm install express-myconnection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment