This is a clone of the CoreUI integrated into the .Net Core Angular2Spa starter template.
To use this template open a command prompt and run the following:
mkdir <any directory>
git clone https://github.com/gary-holland/CoreUI-Starter
cd CoreUI-Starter\CoreUI-Starter
cd CoreUI-Starter
npm install
webpack --config webpack.config.js
webpack --config webpack.config.vendor.js
dotnet restore
dotnet run
Open browser to "http://localhost:5000" to view the application.
Issues:
- Server side rendering isn't functional yet.
Any contributions are welcome.