diff --git a/samples/react-minesweeper/README.md b/samples/react-minesweeper/README.md index 73ad5ac91..48bd3e862 100644 --- a/samples/react-minesweeper/README.md +++ b/samples/react-minesweeper/README.md @@ -41,6 +41,7 @@ Version|Date|Comments ## Minimal Path to Awesome * Clone this repository +* From your command line, change your current directory to the directory containing this sample (`react-minesweeper`, located under `samples`) * in the command line run: * `npm install` * `gulp serve` @@ -56,6 +57,9 @@ This Web Part illustrates the following concepts on top of the SharePoint Framew * [Fluent UI](https://developer.microsoft.com/en-us/fluentui#/) +## Video + +[![Creating a Minesweeper game in React with SPFx](./assets/video-thumbnail.jpg)](https://www.youtube.com/watch?v=b7lZWR9xcVM "Creating a Minesweeper game in React with SPFx") ## Disclaimer diff --git a/samples/react-minesweeper/assets/video-thumbnail.jpg b/samples/react-minesweeper/assets/video-thumbnail.jpg new file mode 100644 index 000000000..fb7d7a214 Binary files /dev/null and b/samples/react-minesweeper/assets/video-thumbnail.jpg differ