Hello, I'm wondering if anyone has any suggestions for running the angular js seed project in google app engine.
The current start command fails because it's configured to run on localhost 8000 obviously - as per below in the package.json: "start": "http-server -a localhost -p 8000 -c-1 ./app" I'm wondering what I should do in order to get this runnable in appengine. Everything I've tried has resulted in a "ReferenceError: angular is not defined" error. I'm assuming I would need to create a server.js file for GAE to boot from. Does anyone have any guidance on this? Thanks. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
