You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian Zou edited this page Jan 20, 2018
·
6 revisions
Hunt framework
Hunt is a high-level D Programming Language Web framework that encourages rapid development and clean, pragmatic design. It lets you build high-performance Web applications quickly and easily.
Create first web project from hunt framework
step 1 get source and build
git clone https://github.com/huntlabs/hunt-skeleton.git myproject
cd myproject
dub run -v