mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| package.json | ||
| README.md | ||
| rollup.config.js | ||
| tsconfig.json | ||
| yarn.lock | ||
rollup-typescript
Example Rollup/TypeScript set-up scaffolded from the official Svelte template.
This example project is used to validate the TypeScript definitions of carbon-components-svelte.
Available Scripts
yarn dev
Starts the app in development mode.
yarn build
Builds the app for production.
yarn validate
Runs svelte-check from the Svelte Language Tools which type checks the app code.