This project is deprecated. If you want to start a new project use the template as described here. If you want to browse an example Sihl project, check out sihl-demo.
This is a simple starter project for the web framework Sihl. Simply clone the repo and start building!
Clone the repository and make sure that you installed latest version of Sihl with opam install sihl
.
To automatically install all project dependencies you can also run opam install . --deps-only --with-doc --with-test --locked --unlock-base
.