goinstant / goangular

AngularJS bindings for GoInstant. Build realtime, multi-user apps with AngularJS and GoInstant easily. https://developers.goinstant.com/v1/GoAngular/index.html
BSD 3-Clause "New" or "Revised" License
137 stars 30 forks source link

Installation/Run gotchas #102

Open kristianmandrup opened 10 years ago

kristianmandrup commented 10 years ago

Follow install instructions in README.

I first tried using Node v.0.11.12. -> Doesn't work (errors on npm install) Then switched to Node v.0.10.24

npm install -g gulp npm install gulp

The Chrome browser loaded with http://localhost:5000/examples/ but there was no interpolation. The console said that build/build.js had not been found. A reload of the page fixed it :)