react-smooshpack

v1.0.0-alpha-24
React components that give you the power of editable sandboxes that run in the browser. Powered by `Sandpack`, the online bundler used by [CodeSandbox](https://codesandbox.io/).

prebuild

rimraf dist

build

yarn build:cjs && yarn build:esm

build:cjs

tsc -p tsconfig.cjs.json

build:esm

tsc -p tsconfig.esm.json

lint

tslint -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

prepublish

yarn build

start

tsc -p tsconfig.esm.json --watch

storybook

start-storybook -p 6006 --no-dll

build-storybook

build-storybook --no-dll

Metadata

Downloads