emonney / QuickApp

ASP.NET Core / Angular startup project template with complete login, user and role management. Plus other useful services for Quick Application Development
https://www.ebenmonney.com/quickapp
MIT License
1.26k stars 594 forks source link

Seperate repo for ClientApp? #85

Closed nvoskuilen closed 6 years ago

nvoskuilen commented 6 years ago

So one could use angular-cli with Visual Studio Code to develop the front end.

Contributors with Angular only skills could join more easily, and likewise ASP skilled folks could contribute the backing.

codestellar commented 6 years ago

@nvoskuilen That's a good idea! In the pro version @emonney created quickapp-material separately so that gives the seperation of concerns! :)

emonney commented 6 years ago

I'm working on a bootstrap4 version with angular CLI and IdentityServer 4. It'll be available soon.

emonney commented 6 years ago

Starting with commit 21880e982f9d3666f3d7b3702a1a91f54a580cdd the client part uses Angular CLI. To separate the 2 projects simply copy out the "ClientApp" folder and work on it as you would any angular CLI project.