Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/8b8215d7b9a61a203552 to your computer and use it in GitHub Desktop.
Save garystafford/8b8215d7b9a61a203552 to your computer and use it in GitHub Desktop.
Setting up garystafford/angular-quiz Project
# Choice 1: Clone post's existing angular-quiz project from GitHub:
git clone https://github.com/garystafford/angular-quiz.git
# Choice 2: Install generator-angular and build project from scratch
npm install -g generator-angular
mkdir project_name_here && cd $_
yo angular app_name_here
# Use generator-angular's generators to create project components
# Requires yo is installed for running Yeoman generators: npm install -g yo
# Instructions here: https://github.com/yeoman/generator-angular
yo angular:route quizAdvanced
yo angular:factory quizAdvanced
yo angular:directive quizTrueFalse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment