- Test project for William Hill Australia using Angular 8
- Demo app using Eml* NuGets.
- Check out EmlExtensions.vsix to automate the creation of controllers, views, seeders, and more!.
- Open the solution using Visual Studio 2017, compile and build (don't run yet)
- Right click TechChallenge.Api project and Set as startup project
- Open Package manager console
- In the 'Default project' drop down, select TechChallenge.DataMigration (this is important)
- In the console, type the command below then press enter to execute.
update-database -verbose- Press F5 to run the back-end webapi using IIS Express
- Open Powershell
- Navigate to TechChallenge\Hosts\TechChallenge.Spa
- In the console, type the command below then press enter to execute
npm start