• Create empty project myproject using dub
  • Add Hunt Framework dependency for your project
  • Remove source/app.d
  • Create your project main file source/main.d and install some soruce code
  • Create controller file source/app/controller/MyController.d
  • Add config file to config/application.conf
  • Add route config to config/routes
  • Add executable to your dub.json
  • Build your project
  • View your project using web browser