README.org
May 28, 2017 ยท View on GitHub
- Sente example app ** What is this?
The [[https://github.com/ptaoussanis/sente/tree/master/example-project][example app]] from Sente, but with Boot instead of Leiningen.
** Usage
Fire the Boot pipeline from the command line. #+BEGIN_SRC shell $ boot dev #+END_SRC
- Connect to the REPL with your favorite editor or run
boot repl-clientin a separate shell. - Type
(start!)in the REPL. - Your browser should automatically open to the provided port on localhost
- Type
(test-fast-server>user-pushes)in the REPL. And look at output of js console ** More Please also check out [[https://github.com/danielsz/sente-system][the example app for system]].