https://github.com/johnpapa/hottowel-angular
HotTowel with Angular (for NuGet)
https://github.com/johnpapa/hottowel-angular
Last synced: 6 months ago
JSON representation
HotTowel with Angular (for NuGet)
- Host: GitHub
- URL: https://github.com/johnpapa/hottowel-angular
- Owner: johnpapa
- Created: 2013-09-08T23:57:11.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-06T21:39:31.000Z (about 11 years ago)
- Last Synced: 2024-05-29T13:53:32.046Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.03 MB
- Stars: 237
- Watchers: 28
- Forks: 89
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hot Towel Angular SPA Template #
> Hot Towel: Because you don't want to go to the SPA without one!
Want to build a SPA but can't decide where to start? Use Hot Towel Angular and in seconds you'll have a SPA and all the tools you need to build on it!

Hot Towel Angular creates a great starting point for building a Single Page Application (SPA). Out of the box it provides a modular structure for your code, view navigation, data binding, separation of services, and simple but elegant styling. Hot Towel provides everything you need to build a SPA, so you can focus on your app, not the plumbing.
> Learn more about building a SPA from [John Papa's videos, tutorials and Pluralsight courses](http://johnpapa.net/spa).
## Installing via the NuGet Package ##
Hot Towel Angular is a NuGet package that augments an existing empty ASP.NET project. Just install using NuGet and then run!Install-Package HotTowel.Angular
## How Do I Build On Hot Towel? ##
Simply start adding code!1. Add your own server-side code, such as Entity Framework and Web API (which really shines with Breeze.js)
2. Add views and controllers
3. Update the navigation routes in `config.routes.js`## Add Rich Data with Breeze ##
Add rich data features using Breeze to Hot Towel Angular, via NuGet.Install-Package HotTowel.Angular.Breeze
## Resources ##
+ [SPA Resources](http://johnpapa.net/spa)
+ [Hot Towel Angular on GitHub](https://github.com/johnpapa/HotTowel-NG)
+ [Hot Towel Angular on NuGet] (http://nuget.org/packages/HotTowel-Angular)## Hot Towel Angular for any Environment
+ [Hot Towel Angular Seed/Starter](https://github.com/johnpapa/ng-demos/tree/master/hottowel)