Well, in theory, you don't need to run your server to run stuff on app engine, but that depends on which angular seed project are you using. You should have something like "npm build --prod" or some such script, or if it's angular-cli, "ng build --prod". That would create an output, usually in "dist/prod" folder of your project, and that folder is all you need to serve. You don't need the app engine specifically, just a regular shared host as this is essentially like a static website (in that that you don't need to do any backend computation at all). So just put it behind an nginx and you're fine.
-- 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.
