Getting Started
#
Dev environment#
Working folder structure#
Main Repositories- mix.core: The main project that run the CMS
- mix.spa.portal: This is the Admin Portal SPA built with AngularJS
Ref:
- mix.heart: This is the heart framework library that powered by C# Generic Methods
#
mix.core Repositorynote
Required ASP.Net Core knowledge. For more information: https://docs.microsoft.com/en-us/aspnet/core/
#
How to built & run:Now you can access the site via https://localhost:5001. For the first time the CMS will redirect you to the Setup screen. Ref: Installation Section
info
If you can not see the Setup screen, try to check if the "mix.core\src\Mix.Cms.Web\appsettings.json" file is exist. Delete it then run again.
#
Project main folders:#
mix.spa.portal Repositorynote
Required AngularJS knowledge. For more information: https://angularjs.org. FYI, AngularJS framwork is just help us built the Admin Portal more fast and flexible. It is not related to mix.core server side or ASP.NET Core infrastructure. You still able to develop an admin portal with another trending framworks like Blazor, AngularIO, React, VueJS...
#
How to built:info
Latest source code always existing inside mix.core repository. If you did not changed anything, you don't needs to buid mix.spa.portal.