Suggestion: Include the Feathers example app in the mono-repo #2233
robbyphillips
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
We could also give instructions to use degit to get to the example, rather than cloning the whole repo. Still not as familiar as a simple |
0 replies
|
For sure, I would love the idea for as many comprehensive examples as possible. But I rather would like to see it as an effort of the community to expand on the documentation. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This came up in a slack thread, but I thought it would be worth elaborating here.
I propose adding a new top-level directory to the mono-repo called
examples/or something to that effect. This directory could house the official feathers sample app, and possibly more.The major benefit for moving the app into the main repo is that we could use it as a canary for breaking changes -- especially typing only changes, or detecting when @types/express breaks something.
The only downside that I'm aware of is that trying out the sample app would be less convenient, since it would require cloning the whole mono-repo and
cd'ing to the example directory.Thoughts?
Edit to add a visual:
All reactions