sp-dev-fx-webparts/samples/react-bot-framework
MANDOGROUP\gary.pretty 9bc247ff1a Updated readme to template provided 2016-10-11 13:21:49 +01:00
..
.vscode Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
config Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
src Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
typings Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
.editorconfig Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
.gitattributes Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
.gitignore Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
.npmignore Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
.yo-rc.json Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
README.md Updated readme to template provided 2016-10-11 13:21:49 +01:00
gulpfile.js Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
package.json Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
sp-bot-chat-webpart.njsproj Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00
tsconfig.json Initial commit of Bot Framework SPFX web part 2016-10-11 00:52:23 +01:00

README.md

title of the sample

Summary

Short summary on functionality and used technologies.

[picture of the web part in action]

Applies to

Update accordingly as needed.

Prerequisites

Any special pre-requisites?

Solution

Solution Author(s)
folder name Author details

Version history

Version Date Comments
1.1 September 2, 2025 Update comment
1.0 August 29, 2025 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.


Minimal Path to Awesome

  • Clone this repository
  • in the command line run:
    • npm install
    • tsd install
    • gulp serve

Include any additional steps as needed.

Features

Description of the web part with possible additional details than in short summary. This Web Part illustrates the following concepts on top of the SharePoint Framework:

  • topic 1
  • topic 2
  • topic 3