This is a template to create .NET Core API and Angular for OSX and linux with MySQL DB, based startup projects for ASP.NET Boilerplate.
User Interface is based on BSB Admin theme.
- git clone https://github.com/sofyanhadia/netcore-angular-boilerplate-osx.git
cd aspnet-core/src/AbpCompanyName.AbpProjectName.EntityFrameworkCore
dotnet restore
- Configure mysql server in:
AbpCompanyName.AbpProjectName.Migrator/appsettings.json AbpCompanyName.AbpProjectName.Web.Mvc/appsettings.json AbpCompanyName.AbpProjectName.Web.Host/appsettings.json
- dotnet ef database update
- cd ../AbpCompanyName.AbpProjectName.Web.Host
- dotnet run
- cd angular
- npm install
- npm start
Create & download your project from https://aspnetboilerplate.com/Templates
MIT.