From da518c982089216614765fe10d4720bee67066a7 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Fri, 31 Aug 2018 15:23:49 +0300 Subject: [PATCH] READMEs --- examples/frontend-controllers/README.md | 13 +++++++++++++ examples/frontend/README.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 examples/frontend-controllers/README.md create mode 100644 examples/frontend/README.md diff --git a/examples/frontend-controllers/README.md b/examples/frontend-controllers/README.md new file mode 100644 index 00000000..de588f59 --- /dev/null +++ b/examples/frontend-controllers/README.md @@ -0,0 +1,13 @@ +# reitit-frontend + controllers example + +## Usage + +```clj +> lein figwheel +``` + +Go with browser to http://localhost:3449 + +## License + +Copyright © 2018 Metosin Oy diff --git a/examples/frontend/README.md b/examples/frontend/README.md new file mode 100644 index 00000000..72eddd36 --- /dev/null +++ b/examples/frontend/README.md @@ -0,0 +1,13 @@ +# reitit-frontend example + +## Usage + +```clj +> lein figwheel +``` + +Go with browser to http://localhost:3449 + +## License + +Copyright © 2018 Metosin Oy