An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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