Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 898 Bytes

File metadata and controls

48 lines (32 loc) · 898 Bytes
title The Angular Full-Stack Generator

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