davidmccabe / sandpack-bundler

The new bundler/runtime powering client-side sandpack sandboxes

Home Page:https://sandpack-bundler.codesandbox.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The new bundler/runtime powering client-side sandpack sandboxes

https://sandpack-bundler.codesandbox.io

License:Apache License 2.0


Languages

Language:TypeScript 99.1%Language:JavaScript 0.6%Language:HTML 0.3%