metasoarous / datsys

(+ clj cljs datomic datascript re-frame-esque-frp)
Eclipse Public License 1.0
231 stars 25 forks source link

Reorganize and clean layout #32

Closed metasoarous closed 7 years ago

metasoarous commented 7 years ago

Goal is to clean things up for #31. Should have src/clj, src/cljs, src/cljc instead of src/dat/sys/client, etc. This ends up being a lot nice to work with. Removing old cruft.

metasoarous commented 7 years ago

@bamarco @charles-dyfis-net I've refactored the app into what I think is a more common and appropriate file/namespace layout. Things still aren't quite running though, and for some reason I can't seem to get source maps working. If either of you could try to run and see if anything pops out at your I'd much appreciate it.

metasoarous commented 7 years ago

(PS See WIP here on branch 32-reorganize-and-clean)

metasoarous commented 7 years ago

I think this is now sufficiently accomplished, and the app is working again.