Set Your Computer Up For Full Stack Development in 10 Minutes
Want to be a full stack developer? Get all the tools of the trade loaded on to your mac or PC first.
This video gives you all the instructions, plus teaches a few time-saving tips along the way.
Code Snippets:
https://nodejs.org/
//install bower - frontend dependency manager
npm install -g bower;
//install grunt - full stack development automator
npm install -g grunt;
npm install -g grunt-cli;
//install yeoman - scaffold manager
npm install -g yo;
//install first yeoman generator
npm install -g generator-webapp;
yo webapp
Видео Set Your Computer Up For Full Stack Development in 10 Minutes автора Работа с CSS
Видео Set Your Computer Up For Full Stack Development in 10 Minutes автора Работа с CSS
Информация
27 ноября 2023 г. 10:22:36
00:09:48
Похожие видео