https://github.com/jaredly/tutorial-cljs
https://github.com/jaredly/tutorial-cljs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jaredly/tutorial-cljs
- Owner: jaredly
- Created: 2016-01-21T05:14:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T21:34:06.000Z (over 10 years ago)
- Last Synced: 2025-03-31T03:51:46.205Z (about 1 year ago)
- Language: Clojure
- Homepage: https://jaredforsyth.com/tutorial-cljs/
- Size: 7.34 MB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Interactive ClojureScript Tutorial Environment
## [Try it Out](https://jaredforsyth.com/tutorial-cljs)
[](https://www.youtube.com/watch?v=DQSdW27Esto)
[Screencast](https://www.youtube.com/watch?v=DQSdW27Esto)
## To Build
Requires [boot](http://boot-clj.com).
- start a dev server `boot dev`
- build the project for hosting `boot doit`
## Powered By
- [Clojurescript](https://github.com/clojure/clojurescript)
- [Reepl](https://github.com/jaredly/reepl)
- [Boot](http://boot-clj.com/)
- [Reagent](http://reagent-project.github.io/) (which uses [React](https://facebook.github.io/react/))
- [Cljs-Devtools](https://github.com/binaryage/cljs-devtools/)
- [Parinfer](https://shaunlebron.github.io/parinfer/)
- [Replumb](https://github.com/ScalaConsultants/replumb/)
- [Quil](http://quil.info)