https://github.com/codamic/hellhound-template
Boot template to create a boilerplate web application to be used with HellHound.
https://github.com/codamic/hellhound-template
clojure clojurescript hellhound web web-development
Last synced: 4 months ago
JSON representation
Boot template to create a boilerplate web application to be used with HellHound.
- Host: GitHub
- URL: https://github.com/codamic/hellhound-template
- Owner: Codamic
- License: gpl-2.0
- Created: 2017-02-01T15:50:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T15:54:10.000Z (over 8 years ago)
- Last Synced: 2025-01-12T01:33:34.143Z (6 months ago)
- Topics: clojure, clojurescript, hellhound, web, web-development
- Language: Clojure
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# hellhound-template
A Boot template for [HellHound](https://github.com/Codamic/hellhound) web framework.
## Usage
Before going any furture you need to have [boot](http://boot-clj.com/) installed.
To create a new [HellHound](https://github.com/Codamic/hellhound) project, do as follos:```bash
boot -d boot/new -t hellhound -n project_name
```## License
Copyright © 2017 Codamic
Distributed under the GPL version 2.0.