Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bhauman/devcards-template
A leinigen template for ClojureScript devcards
https://github.com/bhauman/devcards-template
Last synced: about 2 months ago
JSON representation
A leinigen template for ClojureScript devcards
- Host: GitHub
- URL: https://github.com/bhauman/devcards-template
- Owner: bhauman
- License: epl-1.0
- Created: 2014-05-13T14:39:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T21:29:37.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T10:14:51.736Z (5 months ago)
- Language: Clojure
- Size: 46.9 KB
- Stars: 19
- Watchers: 6
- Forks: 12
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# devcards
A Leiningen template for [devcards](https://github.com/bhauman/devcards).
## Usage
Make sure you have the [latest version of leiningen installed](https://github.com/technomancy/leiningen#installation).
Type the following to create a fresh project with devcards setup for you:
```
lein new devcards hello-world
```Then
```
cd hello-worldlein figwheel
```to start the figwheel interactive devserver.
Then visit `http://localhost:3449/cards.html`
## License
Copyright © 2014 Bruce Hauman
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.