How to Run Bot Framework Composer Locally as Web Application?

You can download and run the composer as a Desktop application. But, you can also run it locally as a Web Application using the Yarn. I will go ahead and run on Windows.

Prerequisites

Run the Composer Locally as Web App

Open any command-line tool and clone the source code from GitHub by running the below command.

git clone https://github.com/microsoft/BotFramework-Composer.git

Navigate to the Composer directory.

cd BotFramework-Composer\Composer

Install the dependencies.

yarn install

Build the project.

yarn build

Start the client and the server. Run the below command in a separate terminal at the same above location.

yarn startall

Open a browser and navigate to http://localhost:3000. You are ready to use the composer.

Thank you All!!! Hope you find this useful.


Up ↑

%d bloggers like this: