shreyasY2k / chatBot

reactjs chatbot, chatbot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automated Static Chat Bot Built using React chat-bot-kit package

Prereqisites:

  • As the Project is completely built on react, nodejs is mandatory to run the project.
  • You can see how to install node here
  • Install NPM if not installed while installing node

Running and Testing Locally

  • Clone my repository or Download the zip File
  • In your Terminal run the following commands
  • npm install
  • npm start to start your server

Making Your Own Changes

Deployment

  • Create an account for Deployment Severs like vercel or heroku and deploy
  • I Recommend Vercel
  • run command vercel --public to upload from your terminal

Deploying on Cloud(Ex:AWS)

  • Clone my repository or Download the zip File to your /var/www/html folder.
  • In your Terminal run the following commands
  • npm install
  • npm start to start your server and run "npm build" to deploy project on the server

About

reactjs chatbot, chatbot

License:MIT License


Languages

Language:JavaScript 82.5%Language:CSS 11.3%Language:HTML 6.0%Language:Shell 0.2%