chat-ui-react
๐ฌ React component for conversational UI
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- index.html
- .gitignore
- package.json
- README.md
- yarn.lock
- index.html
- App.tsx
- index.css
- index.tsx
- react-app-env.d.ts
- .gitignore
- package.json
- README.md
- tsconfig.json
- yarn.lock
- MuiAudioInput.tsx
- MuiChat.tsx
- MuiFileInput.tsx
- MuiMessage.tsx
- MuiMultiSelectInput.tsx
- MuiSelectInput.tsx
- MuiTextInput.tsx
- audio-media-recorder.ts
- chat-controller.ts
- chat-types.ts
- index.ts
- .eslintrc.js
- .gitignore
- babel.config.js
- CHANGELOG.md
- LICENSE
- package.json
- prettier.config.js
- README-ja.md
- README.md
- rollup.config.js
- tsconfig.build.json
- tsconfig.json
- yarn.lock
# Installation Guide
1. Get the code
git clone https://github.com/twihike/chat-ui-react
Downloads the entire project code from GitHub to your computer.
cd chat-ui-react
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install chat-ui-react react react-dom @material-ui/core
Downloads and installs the libraries listed in package.json.
yarn add chat-ui-react react react-dom @material-ui/core
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
