https://github.com/devth/pedestal-tutorial-client
https://github.com/devth/pedestal-tutorial-client
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devth/pedestal-tutorial-client
- Owner: devth
- Created: 2013-09-18T03:31:48.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-13T17:51:05.000Z (about 12 years ago)
- Last Synced: 2025-03-28T15:23:36.691Z (10 months ago)
- Language: JavaScript
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)