Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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-world

lein 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.