https://github.com/sparkdesignsystem/spark-starter-react
A boilerplate Spark React app
https://github.com/sparkdesignsystem/spark-starter-react
Last synced: over 1 year ago
JSON representation
A boilerplate Spark React app
- Host: GitHub
- URL: https://github.com/sparkdesignsystem/spark-starter-react
- Owner: sparkdesignsystem
- Created: 2019-12-18T18:56:09.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T03:18:01.000Z (over 3 years ago)
- Last Synced: 2025-04-12T15:08:41.036Z (over 1 year ago)
- Language: JavaScript
- Size: 4.52 MB
- Stars: 1
- Watchers: 5
- Forks: 12
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ spark-starter-react
This is a boilerplate repository for developing with Spark React 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 start` in your project directory.
## Next Steps
Check out our guide for [Installing Spark in a React Project](https://sparkdesignsystem.com/installing-spark/react).