https://github.com/oxidizing/sihl-minimal-starter
This is a repo that can be cloned to get started quickly with Sihl.
https://github.com/oxidizing/sihl-minimal-starter
Last synced: 8 months ago
JSON representation
This is a repo that can be cloned to get started quickly with Sihl.
- Host: GitHub
- URL: https://github.com/oxidizing/sihl-minimal-starter
- Owner: oxidizing
- License: mit
- Archived: true
- Created: 2020-08-17T16:31:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T12:38:34.000Z (over 4 years ago)
- Last Synced: 2024-08-04T01:28:40.432Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 7.81 KB
- Stars: 15
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - sihl-minimal-starter
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
# Deprecated
This project is deprecated. If you want to start a new project use the [template](https://github.com/oxidizing/sihl/tree/master/template) as described [here](https://oxidizing.github.io/sihl/sihl/index.html#app-generation).
If you want to browse an example Sihl project, check out [sihl-demo](https://github.com/oxidizing/sihl-demo).
# Minimal Starter Project
This is a simple starter project for the web framework [Sihl](https://github.com/oxidizing/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`.
[contributors-shield]: https://img.shields.io/github/contributors/oxidizing/sihl-minimal-starter.svg?style=flat-square
[contributors-url]: https://github.com/oxidizing/sihl-minimal-starter/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/oxidizing/sihl-minimal-starter.svg?style=flat-square
[forks-url]: https://github.com/oxidizing/sihl-minimal-starter/network/members
[stars-shield]: https://img.shields.io/github/stars/oxidizing/sihl-minimal-starter.svg?style=flat-square
[stars-url]: https://github.com/oxidizing/sihl-minimal-starter/stargazers
[issues-shield]: https://img.shields.io/github/issues/oxidizing/sihl-minimal-starter.svg?style=flat-square
[issues-url]: https://github.com/oxidizing/sihl-minimal-starter/issues
[license-shield]: https://img.shields.io/github/license/oxidizing/sihl-minimal-starter.svg?style=flat-square
[license-url]: https://github.com/oxidizing/sihl-minimal-starter/blob/master/LICENSE.txt