jorandradefig

Angular Meetup

Apr 26th, 2017
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

slides
angular cli
netflix-roulette
https://gist.github.com/jorandradefig/76f77e5c3010183eb50ca3bb7c70143c
https://chocolatey.org/
vagrant init ubuntu/trusty64; vagrant up --provider virtualbox

npm install -g @angular/cli

ng new my-new-project --style=scss --routing --skip-install
ng set --global packageManager=yarn

npm install bootstrap@4.0.0-alpha.6 --save
npm install font-awesome --save
npm install jquery --save
npm install @types/jquery --save-dev

ng g component my-new-component
ng g directive my-new-directive
ng g pipe my-new-pipe
ng g service my-new-service
ng g module my-new-module

ng serve

ng build
ng build --prod

Add Comment
Please, Sign In to add comment