thomasstreet / famous-angular-starter

Starter repo + walkthrough for Famo.us/Angular
114 stars 48 forks source link

"The easy way" missed on step #10

Open xiaobolove opened 10 years ago

xiaobolove commented 10 years ago

the demo need Angular dependency support, to do that run "bower install angular" in the root directory to download the angular support before run "serve"

flakyfilibuster commented 10 years ago

hmm, there is also the assumption that bower is per default installed globally - might as well add that as an additional step beforehand

cedric25 commented 10 years ago

I agree, I had to run a "bower install" before "serve" to make it work.