sihl-minimal-starter
sihl-minimal-starter copied to clipboard
This is a repo that can be cloned to get started quickly with Sihl.
Deprecated
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.
Minimal Starter Project
This is a simple starter project for the web framework Sihl. Simply clone the repo and start building!
Installation
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.