Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 2.88 KB

File metadata and controls

88 lines (67 loc) · 2.88 KB

This folder contains implementation of {PlatformName} application with example of {ComponentName} {SampleDisplayName}.

Preview

You can preview example of this {PlatformName} application on CodeSandbox by clicking on this sample:

Edit on CodeSandbox

Source Code

You can find source code for this example in : {SampleFileSourcePath} file.

Instructions

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