Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 465 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 465 Bytes

BookingBot.Web

Web interface to interact with BookingBot Skill using Alexa Voice Service.

Quick start

In order to run BookingBot.Web you need to have installed Node.js.

Clone the repository and run following commands:

npm install
npm run watch
npm start

After the second command you need to wait till it creates index.bundle.js file.

Now you should be able to access the web application under the https://localhost:3000.