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.
Start the development server
$ gulp serve
Your web browser should open up to a page similar to the one shown to the right.