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