Skip to content

A out-of-box develop solution for enterprise applications built on top of the Dddify & Ant Design Pro.

License

Notifications You must be signed in to change notification settings

esofar/dddify-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dddify Admin

[development phase]

A out-of-box develop solution for enterprise applications built on top of the Dddify & Ant Design Pro.

Create the database:

cd src\Dddify.Admin.Infrastructure
dotnet ef migrations add InitialCreate
dotnet ef database update

Launch the webapi:

cd src\Dddify.Admin.Host
dotnet watch run

Launch the clientapp:

cd src\Dddify.Admin.Host\ClientApp
npm install
npm run start

About

A out-of-box develop solution for enterprise applications built on top of the Dddify & Ant Design Pro.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published