Skip to content

PostgreSQL added & Asp.Net Core & Angular 4 (aka Angular 2) SPA with Angular CLI, Webpack 2 full featured application. Some concepts taken from ASP.NET Core & ASP.NET CORE SPA generators, angular2-webpack-starter with Angular best practices and guidelines, all baked into one. Live demo:

License

Notifications You must be signed in to change notification settings

leonibr/AspNetCoreSpa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

225 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Modified from Original Repo

  • Updated all dependencies to the latest
  • Added PostgreSQL support - Is the default now
    • Update your connection string at appsettings.json
    • To use SQL Server just uncomment //options.UseSqlServer{...} at [ProjectFolder]Server\Extensions\ServiceCollectionExtensions.cs (line 150)
    • To use SQLLite set useSqLite to true at appsettings.json

About

PostgreSQL added & Asp.Net Core & Angular 4 (aka Angular 2) SPA with Angular CLI, Webpack 2 full featured application. Some concepts taken from ASP.NET Core & ASP.NET CORE SPA generators, angular2-webpack-starter with Angular best practices and guidelines, all baked into one. Live demo:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 43.0%
  • TypeScript 36.9%
  • HTML 11.1%
  • JavaScript 6.1%
  • CSS 1.6%
  • PowerShell 1.3%