Skip to content

Latest commit

 

History

History
 
 

examples

Examples

To quickly set up CodeSandbox using any of these examples as a template:

  1. Navigate to the example folder (e.g. basic-ts) here on GitHub.
  2. In the browser address bar, change the domain of the URL from github.com to githubbox.com (just add "box" after "github" and before ".com") and press Enter/Return.

You will be forwarded to codesandbox.io with the example project preloaded.

Development

To update and regenerate the examples (except for ci and native), modify the _template folder and run bun generate-examples from the repo root directory (requires Bun).