https://github.com/krgn/yesod-template
A Yesod template
https://github.com/krgn/yesod-template
Last synced: 3 months ago
JSON representation
A Yesod template
- Host: GitHub
- URL: https://github.com/krgn/yesod-template
- Owner: krgn
- Created: 2014-09-16T15:18:07.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-17T10:59:21.000Z (almost 12 years ago)
- Last Synced: 2025-08-18T21:35:15.935Z (12 months ago)
- Language: CSS
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yesod Template
-------------
This is a basic [Yesod](http://yesodweb.com) template for use with [Postgres](http://www.postgresql.org), [Email-auth](http://hackage.haskell.org/package/yesod-auth-0.5.0/docs/Yesod-Auth-Email.html)
and [Zurb Foundation](http://foundation.zurb.com/) 5.4.0 for public peruse. This might get out of date, so
if it doesn't build, let me know.
Should you need to adjust the name of the project, this might help:
```sh
$ grep -rl 'YesodTemplate' * | xargs sed -i 's/YesodTemplate/MyCoolApp/g'
$ vim config/database.yml
$ mv YesodTemplate.cabal MyCoolApp.cabal
```
Enjoy.