angular-workshop

This repo contains a demo app for the DBC Angular workshop

Setup

  • Install node, bower, grunt then
  • npm install
  • bower install
  • grunt serve

Links

DOM Notes

Auth

  • hosted services can save you a ton of time when prototyping but be ready to switch them out for your own backend Firebase would be our main pick though Hoist is a local alternative
  • if rolling your own consider token based authentication