carbon-components-svelte/examples/rollup-typescript
2020-09-13 14:59:48 -07:00
..
public chore(examples): remove external CSS from TypeScript example 2020-09-13 14:59:48 -07:00
src chore(examples): update typescript example 2020-09-13 12:36:12 -07:00
.gitignore chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00
package.json chore(examples): add missing node-sass dependency 2020-09-13 14:31:12 -07:00
README.md v0.12.0 2020-09-13 14:05:51 -07:00
rollup.config.js chore(examples): update typescript example 2020-09-13 12:36:12 -07:00
tsconfig.json chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00
yarn.lock chore(examples): add missing node-sass dependency 2020-09-13 14:31:12 -07:00

rollup-typescript

Example Rollup/TypeScript set-up scaffolded from the official Svelte template.

Getting started

Scaffold a new project using degit:

npx degit ibm/carbon-components-svelte#rollup-typescript svelte-app
cd svelte-app
yarn install

Available scripts

yarn dev

Starts the app in development mode.

yarn build

Builds the app for production.