Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.
/ learn-angular Public archive

A Propertybase internal Angular workshop

License

Notifications You must be signed in to change notification settings

propertybase/learn-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Angular

First Steps

Install Homebrew and make sure it is up to date and runs smooth
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew update
brew doctor
Install NodeJS (>= 0.12.4)
brew install node

or

brew upgrade node
Install Gulp (http://gulpjs.com/) & Bower (http://bower.io/)
npm install --global gulp
npm install --global bower
Install local npm & bower modules
cd ~/workspace/project_folder/learn-angular
npm install
bower install

Have Fun!

About

A Propertybase internal Angular workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published