reitit/examples/ring-integrant/README.md
Daw-Ran Liou c00c299e13 Add integrant repl for better development experience
- Create `user` ns for REPL-driven development.
- Add entry point in `example.server` to start server in production.
2019-10-27 20:15:54 +02:00

26 lines
285 B
Markdown

# Ring Reitit example
A Sample project with ring and reitit.
## Usage
Run Ring server in command line:
```bash
lein run
```
Run Ring server in the REPL
```bash
lein repl
> (go)
```
Go with browser to:
* http://localhost:3000/ping
## License
Copyright © 2017-2018 Metosin Oy