Example set-up using Sapper.
Scaffold a new project using degit:
npx degit ibm/carbon-components-svelte#sapper svelte-app
cd svelte-app
yarn install
Runs the app in development mode.
Builds the app for production (SSR).
Builds the app for production and statically exports the app.
Runs the app in production (yarn build
must be run first).
"# 37"