https://github.com/afaur/svelte-template-carbon
https://github.com/afaur/svelte-template-carbon
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/afaur/svelte-template-carbon
- Owner: afaur
- Created: 2020-07-06T10:38:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T04:08:27.000Z (almost 4 years ago)
- Last Synced: 2025-02-12T13:56:44.304Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Details
- Fork of https://github.com/sveltejs/template
- Replaces `README` with getting started steps for `NPM` vs `YARN`.
- Minimal changes to include `carbon-components-svelte`.
- https://github.com/afaur/svelte-template-carbon/commit/2bbb7aa4b77b430462be7082407e0d8af4f8fefe
## Getting started
- Depending on your bundler preference look at `Setup with Yarn` or `Setup with NPM`
- Next look at `Adding Dependencies [packager]` and `Running Project [packager]`
## Setup with Yarn
- `git clone https://github.com/afaur/svelte-template-carbon my-project`
- `cd my-project`
- `yarn`
### Adding Dependencies [YARN]
- `yarn -D dependency-name`
### Running Project [YARN]
- `yarn run dev`
## Setup with NPM
- `git clone https://github.com/afaur/svelte-template-carbon my-project`
- `cd my-project`
- `npm install`
### Adding Dependencies [NPM]
- `npm install --save-dev dependency-name`
### Running Project [YARN]
- `npm run dev`