# hunt-skeleton **Repository Path**: huntlabs/hunt-skeleton ## Basic Information - **Project Name**: hunt-skeleton - **Description**: hunt framework 项目模板,用于创建 hunt 项目。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/huntlabs/hunt-skeleton.svg?branch=master)](https://travis-ci.org/huntlabs/hunt-skeleton) # hunt-skeleton hunt framework project template. ## Create project ```bash git clone https://github.com/huntlabs/hunt-skeleton.git myproject cd myproject dub run ``` Open the URL with the browser: ```html 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.