Skip to content

alun/reagent-covered

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reagent covered

Build status

A bare bones ClojureScript project which has:

  1. Reagent as a UI building tool
  2. Figwheel for rapid development cycle
  3. Tests made with cljs.test and run with doo
  4. Instanbul code coverage reports

Prerequisites

The project needs leiningen and npm installed. Python or any tool to run ad hoc web server.

Usage

Installation

npm i

Run rebuild/test cycle

./doo.sh

Run dev tools

python -m SimpleHTTPServer 9898
./figwheel.sh

Open http://localhost:9898 save any file application gets rebuilt incrementally and auto reloaded in the browser without page update.

About

A sample ClojureScript UI project based on reagent, figwheel, cljs.test, doo, karma and instanbul

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors