What is fork CodeSandbox?

Forking. Forking is the action of copying a project which allows you to freely experiment and change it without impacting the original project — in a sense, it is like inspecting an element and changing things around! There are two ways to “fork” a project that isn’t yours.

Read more

How does CodeSandbox work?

CodeSandbox is an online editor for web development projects. It automates things like transpiling, bundling and dependency management for you so you can easily create a new project with a single click . The editor also has a live preview so you can see the results of your work while you type.

Read more