https://github.com/sveri/ffdc
Template for chestnut with freactive, friendui and datomic
https://github.com/sveri/ffdc
Last synced: 5 months ago
JSON representation
Template for chestnut with freactive, friendui and datomic
- Host: GitHub
- URL: https://github.com/sveri/ffdc
- Owner: sveri
- License: epl-1.0
- Created: 2014-11-27T16:47:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-28T13:14:00.000Z (about 11 years ago)
- Last Synced: 2025-05-14T16:38:23.308Z (8 months ago)
- Language: Clojure
- Size: 133 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFDC
This is a template (not a leiningen) combining several projects to get started with.
Included are:
* friend with friendui
* datomic pro (should be easily replacable by datomic free edition)
* chestnut template with all the nice reloading stuff
* freactive instead of om
* secretary for cljs routing
* Bootstrap
* JQuery
## Datomic setup
Start a REPL (in a terminal: `lein repl`, or from Emacs: open a
clj/cljs file in the project, then do `M-x cider-jack-in`. Make sure
CIDER is up to date).
Open db.clj and copy the complete comment block into your repl and execute it. This should setup the datomic database.
Then restart the REPL.
## Running it
In the repl just enter:
(start-all)
## Logging in
Two users are provided:
* admin@localhost.de - admin role
* free@localhost.de - free role
Both with password: 'admin'
## Adapting it
The whole project is namespaced with de.sveri.structconverter. Find a replace should do its job to put it in your namespace
accordingly.
## FAQ
* I get this error: #