https://github.com/codesandbox/sandpack-bundler
The new bundler/runtime powering client-side sandpack sandboxes
https://github.com/codesandbox/sandpack-bundler
sandpack
Last synced: 4 months ago
JSON representation
The new bundler/runtime powering client-side sandpack sandboxes
- Host: GitHub
- URL: https://github.com/codesandbox/sandpack-bundler
- Owner: codesandbox
- License: apache-2.0
- Created: 2021-12-21T14:46:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-19T23:12:37.000Z (over 1 year ago)
- Last Synced: 2025-04-05T17:46:52.068Z (about 1 year ago)
- Topics: sandpack
- Language: TypeScript
- Homepage: https://sandpack-bundler.codesandbox.io
- Size: 1.77 MB
- Stars: 74
- Watchers: 10
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sandpack Bundler
The sandpack bundler, this aims to eventually replace the current sandpack with a more streamlined and faster version.
## Getting started
1. Run `yarn` to install dependencies.
2. Run `yarn dev` to start the development server
3. Set the `bundlerURL` of sandpack-react to `http://localhost:1234/` to see it in action.
## Test the production build (performance/integration tests)
1. Run `yarn` to install dependencies.
2. Run `yarn build` to build the application
3. Run `yarn start` to start a local test server
4. Set the `bundlerURL` of sandpack-react to `http://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.