Skip to content

shreyasY2k/chatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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