An open API service indexing awesome lists of open source software.

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

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.