https://github.com/lamualfa/routify-carbon
Use IBM Carbon in Routify
https://github.com/lamualfa/routify-carbon
carbon component ibm ibm-carbon routify svelte template vite
Last synced: 11 months ago
JSON representation
Use IBM Carbon in Routify
- Host: GitHub
- URL: https://github.com/lamualfa/routify-carbon
- Owner: lamualfa
- Created: 2021-02-03T16:22:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T10:33:16.000Z (about 5 years ago)
- Last Synced: 2025-04-06T09:52:03.845Z (over 1 year ago)
- Topics: carbon, component, ibm, ibm-carbon, routify, svelte, template, vite
- Language: Svelte
- Homepage: https://routify-carbon.vercel.app/
- Size: 193 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# routify-carbon
Use IBM Carbon Framework in Routify with Vite. What is Carbon? see [IBM Carbon](https://www.carbondesignsystem.com/) for more informations.
## Installation
Required Node JS `v12.19.0` or above.
### Download Template
```bash
npx degit lamualfa/routify-carbon#main project-name
cd project-name
```
### Run
```bash
yarn && yarn dev
# OR
npm i && npm run dev
```
## Demo
See [routify-carbon.vercel.app](https://routify-carbon.vercel.app/).
## Related
- [routify-ts](https://github.com/lamualfa/routify-ts) - Use Typescript in Routify Project.
- [routify-tailwind](https://github.com/lamualfa/routify-tailwind) - Use Tailwind CSS in Routify.
- [routify-twind](https://github.com/lamualfa/routify-twind) - Use Twind (_Tailwind CSS in JS version_) in Routify.
- [routify-windi](https://github.com/lamualfa/routify-windi) - Use Windi CSS (_Next generation of Tailwind CSS compiler_) in Routify.
- [routify-vite](https://github.com/lamualfa/routify-vite) Use Vite (_Next Generation Frontend Tooling_) in Routify.
- [routify-vite-ts](https://github.com/lamualfa/routify-vite-ts) Use Vite (_Next Generation Frontend Tooling_) & Typescript in Routify.