sandpack-bundler
sandpack-bundler copied to clipboard
The new bundler/runtime powering client-side sandpack sandboxes
Sandpack Bundler
The sandpack bundler, this aims to eventually replace the current sandpack with a more streamlined and faster version.
Getting started
- Run
yarnto install dependencies. - Run
yarn devto start the development server - Set the
bundlerURLof sandpack-react tohttp://localhost:1234/to see it in action.
Test the production build (performance/integration tests)
- Run
yarnto install dependencies. - Run
yarn buildto build the application - Run
yarn startto start a local test server - Set the
bundlerURLof sandpack-react tohttp://localhost:4587/
Using the deployed version
The main branch of this repository is automatically deployed to https://sandpack-bundler.codesandbox.io so you can update bundlerURL of sandpack-react to that url and start using the new sandpack bundler.