angellikgh / react-chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.9%Language:CSS 20.5%Language:HTML 4.6%