/react-chatbot

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

React-chatbot

A Simple Wit.Ai powered Healthcare Chatbot which can answer questions about insurance plans, finding providers, and deductibles

Installation

Installing this software is simple!

Clone the repo

git clone https://github.com/cbartram/ChatBot.git

Install any dependencies

npm install

Start the app

npm start

The app will be available at http://localhost:3000

Testing

This repo already comes preconfigured with several unit tests. To run the tests simply use:

npm run test

Production Ready Build

To run a production build and transpile all the source code run:

npm run build