Intergrating Hangfire with a ASP.NET Core 1.1 for processing background and long-running tasks.
- Ensure your working directory is set to the HangfireCore.Mvc folder.
- Ensure you have the latest version of Node & NPM installed.
- Ensure you have the latest version of Bower installed:
npm install -g bower
- Restore front-end libraries:
bower install
- Ensure your working directory is set to the HangfireCore.Mvc folder.
- Ensure you have latest version of dotnet SDK installed.
- Restore all packages:
dotnet restore
- Build project:
dotnet build
- Ensure your working directory is set to the HangfireCore.Mvc folder.
- Run
dotnet run