0.1.2 • Published 10 years ago

slush-angular-playground v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

slush-angular-playground

A slush generator for angular-playground (a tiny angular app with live-reload intended for jumping quickly into a demo, blog post, presentation, hack-session, whatever.)

Get started

Install slush-angular-playground globally:

npm install -g slush-angular-playground

If you haven't already:

npm install -g slush

Usage

Create a new folder for your project:

mkdir angular-demo
cd angular-demo
slush angular-playground

Give that bad boy a name and then dive in.

gulp

Route to localhost:3000

Contains

  • basic gulpfile with livereload on file-save (.js or .html files)
  • bootstrap and angular included via bower
  • one controller hooked into the index.html for quick demo purposes