https://github.com/oakmac/cljs-color-clock
Color Clock Assignment using ClojureScript
https://github.com/oakmac/cljs-color-clock
Last synced: about 2 months ago
JSON representation
Color Clock Assignment using ClojureScript
- Host: GitHub
- URL: https://github.com/oakmac/cljs-color-clock
- Owner: oakmac
- License: isc
- Created: 2017-05-01T23:10:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T23:17:25.000Z (about 9 years ago)
- Last Synced: 2025-01-28T17:26:24.617Z (over 1 year ago)
- Language: Clojure
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Color Clock in ClojureScript
Writing the color clock assignment in ClojureScript.
## Development Setup
Install [Leiningen] and [Node.js]
```sh
# install node_modules (one-time)
npm install
# you may wish the run the following commands in separate console tabs / windows
# build CLJS files
lein clean && lein cljsbuild auto
# compile LESS into CSS
grunt watch
# run a local web server out of public/ on port 9955
node server.js 9955
# produce a build in the 00-publish/ folder
grunt build
```
## License
[ISC License]
[Leiningen]:http://leiningen.org
[Node.js]:http://nodejs.org
[ISC License]:LICENSE.md