This repository contains a demo website, with a showcase that's demonstrate modern application form for a qualification or job.
- Install dotnet SDK Version 2.2.xxx from dot.net
- Restore nuget packages with:
dotnet restore
- Build the solution with:
dotnet build
To ru the webpage go in the folder /src/TSystems.MMS.Bewerbungsgenerator/
and run dotnet run
.
This project is licensed under the MIT License - see the LICENSE file for details