https://github.com/sparkdesignsystem/spark-starter-html
A boilerplate Spark HTML app
https://github.com/sparkdesignsystem/spark-starter-html
Last synced: over 1 year ago
JSON representation
A boilerplate Spark HTML app
- Host: GitHub
- URL: https://github.com/sparkdesignsystem/spark-starter-html
- Owner: sparkdesignsystem
- Created: 2019-12-18T18:27:53.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T12:57:30.000Z (over 3 years ago)
- Last Synced: 2025-04-12T15:08:39.951Z (over 1 year ago)
- Language: JavaScript
- Size: 1.86 MB
- Stars: 1
- Watchers: 5
- Forks: 11
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ spark-starter-html
This is a boilerplate repository for developing with Spark Design System HTML components.
This repository includes the Spark Design System assets and all required dependencies. Follow the steps below to get started.
## Quick Start
1. Fork this repo.
1. `clone` your forked repo with `git clone `.
1. [Install Node](https://nodejs.org/en/).
1. `cd` into the project directory and run `npm install`.
1. Run `npm run develop` in your project directory.
## Adding Components
Check out the [Adding Components](https://sparkdesignsystem.com/installing-spark/html-add-components) guide.