Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

firefly-cpp/Yesod-bootstrap-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yesod-bootstrap-skeleton

A very simple skeleton for Yesod apps using bootstrap.

Directory structure

.
├── ...
├── hamlet                  # Hamlet files
│   ├── hello.hamlet        # Hello world in hamlet
├── static                  # Bootstrap files
│   ├── bootstrap
│   ├── jquery
├── LICENSE
├── README.md
├── app.hs                  # Main application
└── ...

How to run application?

runhaskell app.hs and visit http://localhost:3000/

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors