mirror of
https://github.com/metosin/reitit.git
synced 2025-12-21 18:11:12 +00:00
READMEs
This commit is contained in:
parent
e4eae4f3b2
commit
da518c9820
2 changed files with 26 additions and 0 deletions
13
examples/frontend-controllers/README.md
Normal file
13
examples/frontend-controllers/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# reitit-frontend + controllers example
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```clj
|
||||||
|
> lein figwheel
|
||||||
|
```
|
||||||
|
|
||||||
|
Go with browser to http://localhost:3449
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Copyright © 2018 Metosin Oy
|
||||||
13
examples/frontend/README.md
Normal file
13
examples/frontend/README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# reitit-frontend example
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
```clj
|
||||||
|
> lein figwheel
|
||||||
|
```
|
||||||
|
|
||||||
|
Go with browser to http://localhost:3449
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Copyright © 2018 Metosin Oy
|
||||||
Loading…
Reference in a new issue