carbon-components-svelte/examples/routify
2021-02-03 23:17:51 +07:00
..
api chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
assets chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
src chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
.gitignore chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
.nolluprc.js chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
netlify.toml chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
package.json chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
README.md v0.12.0 2020-09-13 14:05:51 -07:00
rollup.config.js chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
sandbox.config.json chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
vercel.json chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07:00
yarn.lock chore(examples): update routify version to 2.x 2021-02-03 23:17:51 +07: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.