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

https://github.com/afaur/svelte-template-carbon


https://github.com/afaur/svelte-template-carbon

Last synced: over 1 year ago
JSON representation

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`