This folder contains implementation of {PlatformName} application with example of {SampleDisplayName} feature using {ComponentName} component.
NOTE: You should use master branch of this repository if you want to run samples on your computer. Use the vnext branch only when you want to contribute new samples to this repository.
Follow these instructions to run this example:
git clone {RepositoryUrl}.git
git checkout master
cd ./{RepositoryName}
cd {SampleFolderPath}
open above folder in VS Code or type:
code .
In terminal window, run:
npm install --legacy-peer-deps
npm run-script start
Then open {BrowserHostUrl} in your browser
To learn more about Ignite UI for React components, check out the React documentation.