https://github.com/sloppycoder/cljs-cams
Clojurescript version of CAMS prototype
https://github.com/sloppycoder/cljs-cams
Last synced: 11 months ago
JSON representation
Clojurescript version of CAMS prototype
- Host: GitHub
- URL: https://github.com/sloppycoder/cljs-cams
- Owner: sloppycoder
- License: epl-1.0
- Created: 2017-09-04T17:45:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T17:45:55.000Z (over 8 years ago)
- Last Synced: 2025-02-28T20:02:14.484Z (over 1 year ago)
- Language: JavaScript
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## cljs-cams
Clojurescript version of CAMS prototype
### generate the project
``` shell
# install latest template
git clone git@github.com:seantempesta/expo-cljs-template.git
cd expo-cljs-template
lein install
# generate this project
lein new expo cljs-cams +reagent
```
### Usage
#### Install npm modules
``` shell
yarn install
lein figwheel
# in another shell window
exp start -i # for iOS
exp start -an # for android
```