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

https://github.com/devth/pedestal-tutorial-client


https://github.com/devth/pedestal-tutorial-client

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# tutorial-client

Start working on this application by writing its behavior in the file
`app/src/tutorial_client/behavior.clj`

## Usage

To start the app server from a repl, see [this
usage](https://github.com/pedestal/pedestal/tree/master/app#usage)

To start the app server from the commandline: `lein run`.

## Links

* [Overview of how pedestal-app works](http://pedestal.io/documentation/application-overview/)
* [Comprehensive tutorial for pedestal-app](https://github.com/pedestal/app-tutorial)