[diff from component]: link to start/stop parts

This commit is contained in:
Anatoly 2015-11-14 11:17:43 -05:00
parent 5976331c57
commit 26ff0939db

View file

@ -118,6 +118,8 @@ dev=> (mount/start #'app.config/app-config #'app.nyse/conn)
dev=>
```
Here is more [documentation](../README.md#start-and-stop-parts-of-application) on how to start/stop parts of an app.
### Boilerplate code
Component does not require a whole lot of "extra" code but: