-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs on how to create synced github examples #43
Comments
That's a good point! We need more documentation for CodeSandbox in general, this would fit right in. Thanks for the feedback. As temporary solution, this is what I check for:
Not very strict, if you put have |
what about webpack/babel configs? |
Babel/webpack configs are not parsed yet, because CRA apps don't expose these files. Support for this is the next thing on my list though, it will come with templating + ejecting support. |
so only stock CRA configs r supported right now? |
Yes, which loaders are you missing? |
Oh, maybe none :P was just asking, so I would know in advance what to expect |
Okies! Let me know when you need a loader, I can keep it in mind for the templates later on. |
Are there plans to support arbitrary directory structures in repos? @CompuIves a friendly ping, sorry if you're busy or on holidays 😅 |
Hey @jthegedus, I'm sorry for the late response. I missed your reply. I'm deploying an update today or tomorrow that will allow arbitrary directory structures, we will attach a custom template for those sandboxes 😄 |
Oh, and this issue can be closed, the documentation is here now: https://codesandbox.io/docs |
💯 Thanks! |
I would like to incorporate sandboxes as live examples in redux-saga, but as those were not generated by CRA, I'm not 100% sure what are the exact requirements.
Would be great if the list of requirements would be listed in the main README.
The text was updated successfully, but these errors were encountered: