Skip to content

huntlabs/hunt-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

hunt-skeleton

hunt framework project template.

Create project

git clone https://github.com/huntlabs/hunt-skeleton.git myproject
cd myproject
dub run

Open the URL with the browser:

http://127.0.0.1:8080/

Attention

For the first time running dub run,it will take a while to fetch all the depending d packages, so be patient.

Also you can replace dub run with dub run -v to show more details.