Last active
August 29, 2015 14:26
-
-
Save William-ST/abb373e7ec4e1cd7866e to your computer and use it in GitHub Desktop.
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
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