Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oakmac/olo-pizza-test
https://github.com/oakmac/olo-pizza-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/oakmac/olo-pizza-test
- Owner: oakmac
- License: mit
- Created: 2014-12-23T02:10:01.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T16:28:25.000Z (over 9 years ago)
- Last Synced: 2024-10-15T11:31:49.373Z (3 months ago)
- Language: Clojure
- Size: 234 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# olo pizza test
A quick proof-of-concept to see how quickly a coding test can be accomplished
using ClojureScript.## Run
1. Install [Leiningen] and [Node.js].
1. Run from the project directory:```sh
# compile ClojureScript files (this may take a minute)
lein cljsbuild clean && lein cljsbuild once# run node
node app.js
```[Leiningen]:http://leiningen.org
[Node.js]:http://nodejs.org## License
[MIT License](LICENSE.md)