A simple React Bot which repeats anything that you type into it.
In order to run the Echo Bot React Application. In the project directory - Backend, you can run the nodejs express backend application:
1. Open cmd or terminal
2. npm install (for all the required dependecies)
3. node server.js - It will run the server ,
The server is hosted at http://localhost:3001
In order to run the Echo Bot React Application. In the project directory - FrontEnd\echobot, you can run:
1. Open cmd or terminal
2. npm install (for all the required dependecies)
3. npm start ( to start the application in dev environment) or npm run build (Builds the app for production to the `build` folder).