Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaiste/atw-om
Web application template with Clojure/Compojure, ClojureScript/Om & core.async.
https://github.com/zaiste/atw-om
Last synced: 17 days ago
JSON representation
Web application template with Clojure/Compojure, ClojureScript/Om & core.async.
- Host: GitHub
- URL: https://github.com/zaiste/atw-om
- Owner: zaiste
- Created: 2014-02-07T16:43:36.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T23:41:19.000Z (almost 10 years ago)
- Last Synced: 2024-10-03T12:26:43.366Z (about 1 month ago)
- Language: Clojure
- Homepage:
- Size: 172 KB
- Stars: 41
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clojurescript - atw-om
README
# atw-om
A web application template with Clojure/Compojure on the backend, ClojureScript/Om on the frontend and core.async in-between: simply put, Clojure All The Way.
## Usage
```
lein new atw-om foo
cd foo
lein up
```Wait till ClojureScript is compiled, then go to `localhost:3000`.
## License
Copyright © 2014 Zaiste
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.