Forked from https://github.com/hoodunit/grub
619f21e4d8
This fixes a deadlock issue from the previous model. |
||
---|---|---|
bin | ||
csp | ||
dev | ||
doc | ||
resources/public | ||
scripts | ||
src | ||
.gitignore | ||
project.clj | ||
README.md |
Grub
Grub is a real-time synced grocery list. Mainly it's a way for me to play around with Clojure[Script] and core.async.
Install dependencies
- Java 7+
sudo apt-get install openjdk-7-jdk
- MongoDB
$ sudo apt-get install mongodb
- leiningen 2.1.2+
# For example: $ mkdir ~/bin $ echo "export PATH=\$:$HOME/bin" >> $HOME/.bashrc $ cd ~/bin $ wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein $ chmod a+x ~/bin/lein
Build
$ lein cljsbuild once dev
Run
$ lein run dev
By default it runs at http://localhost:3000