https://github.com/rads/up-clojure
Example project for using Clojure with Apex Up
https://github.com/rads/up-clojure
apex-up clojure web
Last synced: 5 months ago
JSON representation
Example project for using Clojure with Apex Up
- Host: GitHub
- URL: https://github.com/rads/up-clojure
- Owner: rads
- License: mit
- Created: 2017-12-29T05:00:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-29T15:13:22.000Z (about 8 years ago)
- Last Synced: 2025-04-01T16:21:31.203Z (9 months ago)
- Topics: apex-up, clojure, web
- Language: Clojure
- Size: 1.95 KB
- Stars: 46
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Clojure on Apex Up
This is an example project to deploy an HTTP server written in Clojure using [Apex Up](https://github.com/apex/up).
## Getting Started
Install Up:
```
$ curl -sf https://up.apex.sh/install | sh
```
Deploy the app:
```shell
$ up
```
Open it in the browser:
```shell
$ up url --open
```