https://github.com/threepointone/braid
experiments in clojurescript
https://github.com/threepointone/braid
Last synced: 2 months ago
JSON representation
experiments in clojurescript
- Host: GitHub
- URL: https://github.com/threepointone/braid
- Owner: threepointone
- Created: 2015-01-21T19:43:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T07:57:49.000Z (over 10 years ago)
- Last Synced: 2025-01-25T08:11:40.375Z (4 months ago)
- Language: JavaScript
- Size: 809 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### warning - this does not work.
## braid
### browserify + clojurescript
to run the example, run `make dev`, and visit `http://localhost:3693/paris`. input more cities to search instantly.
dev usage -
- create package.json with `npm init`
- `npm install` required modules
- use `js/require` to require said modules
- `make require` - this parses out npm dependencies, and creates a compressed browserify bundle
- include `bundle.js` before compiled clojurescript file(s)
- done! no externs!
- works in all compilation modes
- bonus: "isomorphic"; here, ui.core is shared between browser and server; containing reagent components and a superagent http clienttodo
- react-router