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.
- Fork this repo.
clone
your forked repo withgit clone <yourRepoUrl>
.- Install Node.
cd
into the project directory and runnpm install
.- Run
npm run start
in your project directory.
Check out our guide for Installing Spark in a React Project.