| title | The Angular Full-Stack Generator |
|---|
Install Yeoman, generator-angular-fullstack, & the Gulp CLI
$ npm install --global yo generator-angular-fullstack gulp-cliMake a new folder for your project, scope into it, and run the generator.
$ mkdir example && cd $_
$ yo angular-fullstack
...Answer the generator's questions to scaffold an app tailored to your preferences.
