https://github.com/huntlabs/hunt-skeleton
hunt framework project template.
https://github.com/huntlabs/hunt-skeleton
demo example hunt hunt-framework skeleton
Last synced: 21 days ago
JSON representation
hunt framework project template.
- Host: GitHub
- URL: https://github.com/huntlabs/hunt-skeleton
- Owner: huntlabs
- Created: 2016-07-18T09:50:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T09:26:28.000Z (over 4 years ago)
- Last Synced: 2025-04-25T11:50:43.257Z (11 months ago)
- Topics: demo, example, hunt, hunt-framework, skeleton
- Language: HTML
- Size: 3.08 MB
- Stars: 21
- Watchers: 18
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](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.