The sandpack bundler, this aims to eventually replace the current sandpack with a more streamlined and faster version.
- Run
yarn
to install dependencies. - Run
yarn dev
to start the development server - Set the
bundlerURL
of sandpack-react tohttp://localhost:1234/
to see it in action.
- Run
yarn
to install dependencies. - Run
yarn build
to build the application - Run
yarn start
to start a local test server - Set the
bundlerURL
of sandpack-react tohttp://localhost:4587/
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.