carbon-components-svelte/examples/routify
Eric Liu 937558a8b6
Merge pull request #248 from IBM/dependabot/npm_and_yarn/examples/routify/node-fetch-2.6.1
chore(deps): bump node-fetch from 2.6.0 to 2.6.1 in /examples/routify
2020-09-13 14:07:21 -07:00
..
scripts chore(examples): add routify set-up 2020-09-07 14:51:19 -07:00
src chore(examples): add sapper set-up 2020-09-07 16:09:49 -07:00
static chore(examples): add routify set-up 2020-09-07 14:51:19 -07:00
.gitignore chore(examples): add routify set-up 2020-09-07 14:51:19 -07:00
package.json chore(examples): add routify set-up 2020-09-07 14:51:19 -07:00
README.md v0.12.0 2020-09-13 14:05:51 -07:00
rollup.config.js chore(examples): add routify set-up 2020-09-07 14:51:19 -07:00
yarn.lock chore(deps): bump node-fetch from 2.6.0 to 2.6.1 in /examples/routify 2020-09-13 20:53:39 +00:00

routify

Example set-up using Routify.

Getting started

Scaffold a new project using degit:

npx degit ibm/carbon-components-svelte#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.