This folder contains implementation of {PlatformName} application with example of {ComponentName} {SampleDisplayName}.
You can preview example of this {PlatformName} application on CodeSandbox by clicking on this sample:
You can find source code for this example in : {SampleFileSourcePath} file.
To run this sample locally, execute these commands:
git clone {RepositoryUrl}.git
cd {RepositoryName}
cd {SampleFolderPath}
open above folder in VS Code or type:
code .
In terminal window, run:
npm install
npm run-script start
Then open {BrowserHostUrl} in your browser