We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf0209 commit ef15611Copy full SHA for ef15611
doc/examples.md
@@ -0,0 +1,13 @@
1
+# Example Projects
2
+
3
+- **[example-servant-minimal](https://github.com/haskell-servant/example-servant-minimal)**:
4
5
+ A minimal example for a web server written using **servant-server**,
6
+ including a test-suite using [**hspec**](http://hspec.github.io/) and
7
+ **servant-client**.
8
9
10
+- **[stack-templates](https://github.com/commercialhaskell/stack-templates)**
11
12
+ Repository for templates for haskell projects, including some templates using
13
+ **servant**. These templates can be used with `stack new`.
doc/index.rst
@@ -19,4 +19,5 @@ All in a type-safe manner.
19
20
introduction.rst
21
tutorial/index.rst
22
+ examples.md
23
links.rst
0 commit comments