I find myself frequently wanting to spawn up a crazy lightweight AngularJS set up in order to test something out. The Yeoman angular generator is overkill for this purpose - so here's a simple set up, using CDNs for the third-party assets, that can be cloned and ran with.
git clone [email protected]:mrjamesriley/angular-playground-light.git
http-server
- Get playing at
localhost:8080
- Bootstrap 3.3
- AngularJS 1.6.4
- LiveReload snippet