Yeoman generator intended to jumpstart creation of AngularJS websites with App Engine.
Install generator-gae-angular:
npm install -g generator-gae-angular
Make a new directory then cd into it:
mkdir my-project && cd $_
Run
yo gae-angular
and answer the questions.
To add a new component, run
yo gae-angular:component
Apache 2.0