https://github.com/thheller/browser-test-example
https://github.com/thheller/browser-test-example
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thheller/browser-test-example
- Owner: thheller
- Created: 2018-08-21T19:44:17.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T19:48:12.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T02:43:11.057Z (about 1 year ago)
- Language: Clojure
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
after cloning run
```
$ npm install
$ npx shadow-cljs watch test
# once compilation finishes open in browser
$ open http://localhost:8021
```