chore(examples): add svite example set-up

This commit is contained in:
Eric Liu 2020-09-07 14:10:24 -07:00
commit a4aa2d9c77
11 changed files with 2927 additions and 0 deletions

23
examples/svite/README.md Normal file
View file

@ -0,0 +1,23 @@
# svite
> Example set-up using [svite](https://github.com/dominikg/svite).
## Getting started
Use [degit](https://github.com/Rich-Harris/degit) to quickly scaffold a new project:
```sh
npx degit ibm/carbon-components-svelte/examples/svite carbon-svite
cd carbon-svite
yarn install
```
## Available scripts
### `yarn dev`
Runs the app in development mode.
### `yarn build`
Builds the app for production.