carbon-components-svelte/examples/routify/README.md
2020-09-07 14:51:19 -07:00

23 lines
No EOL
416 B
Markdown

# webpack
> Example set-up using [Routify](https://github.com/roxiness/routify).
## Getting started
Quickly scaffold a new project using [degit](https://github.com/Rich-Harris/degit):
```sh
npx degit ibm/carbon-components-svelte/examples/routify svelte-app
cd svelte-app
yarn install
```
## Available scripts
### `yarn dev`
Starts the app in development mode.
### `yarn build`
Builds the app for production.