1

I'm looking for a kickstart angularjs project with a basic MVC skeleton which shows as well user management, sing up and sing in UI and may using css bootstrap ... any good out there?

Here I found nice ones, may help others ..

jj-aa
  • 1,019
  • 5
  • 19
  • 39
  • 1
    Have a look at [`yeoman`](http://yeoman.io) in general, [`yeoman angular`](https://github.com/yeoman/generator-angular) in particular and [other generators](http://yeoman.io/community-generators.html). – PM 77-1 May 28 '14 at 20:38

1 Answers1

1

May be it is too late to answer you but I have found aspnetboilerplate.com a nice N-Layered tier project to start with.

They claim:

ASP.NET Boilerplate is a starting point for new modern web applications using best practices and most popular tools. It's aimed to be a solid model, a general-purpose application framework and a project template.

  1. You can select which frameworks you need to use in you project.
  2. Name your project.
  3. Then download it.
Mahdi Alkhatib
  • 1,954
  • 1
  • 29
  • 43