The Angular Full-Stack Generator (original) (raw)

Install & run the generator.

Install Yeoman, generator-angular-fullstack, & the Gulp CLI

$ npm install --global yo generator-angular-fullstack gulp-cli

Make 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.

Get up and running

Start the development server

$ gulp serve

Your web browser should open up to a page similar to the one shown to the right.

Home page screenshot