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

https://github.com/chouffe/cljs-webpack

interop reagent (cljs) and react (js/jsx)
https://github.com/chouffe/cljs-webpack

Last synced: about 2 months ago
JSON representation

interop reagent (cljs) and react (js/jsx)

Awesome Lists containing this project

README

          

# cljs-webpack

## Intro

Make use of the npm ecosystem within cljs projects.
cljsjs is ok, but requires upfront work and all transitive dependencies

## Run

```
lein npm install
lein cljsbuild once dev
lein figwheel
```