An open API service indexing awesome lists of open source software.

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)

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!

![](http://www.johnpapa.net/wp-content/uploads/2013/09/HotTowel-NG-Preview.png)

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)