chat-ui-react
๐ฌ React component for conversational UI
ํ์ผ ํ์๊ธฐ
์ต์ข ๋ฒ์ ๋ค์ด๋ก๋ (.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
# ์ค์น ๊ฐ์ด๋
1. ์ฝ๋ ๋ด๋ ค๋ฐ๊ธฐ
git clone https://github.com/twihike/chat-ui-react
๊นํ๋ธ์์ ํ๋ก์ ํธ ์ฝ๋ ์ ์ฒด๋ฅผ ๋ด ์ปดํจํฐ๋ก ๋ด๋ ค๋ฐ์ต๋๋ค.
cd chat-ui-react
๋ฐฉ๊ธ ๋ด๋ ค๋ฐ์ ํ๋ก์ ํธ ํด๋ ์์ผ๋ก ์ด๋ํฉ๋๋ค.
2. Node.js
์ฌ์ ์ถ์ฒ์ฌ์ ์ค๋น๋ฌผ
npm install chat-ui-react react react-dom @material-ui/core
package.json์ ๋ช ์๋ ๋ผ์ด๋ธ๋ฌ๋ฆฌ๋ค์ ๋ด๋ ค๋ฐ์ ์ค์นํฉ๋๋ค.
yarn add chat-ui-react react react-dom @material-ui/core
์ด ๋ช ๋ น์ด๋ฅผ ํฐ๋ฏธ๋์ ๊ทธ๋๋ก ์ ๋ ฅํด ์คํํ์ธ์.
๋ช
๋ น์ด ์คํ ํ ํฐ๋ฏธ๋์ ๋ํ๋๋ ์ฃผ์(๋ณดํต http://localhost:3000 ํํ)๋ฅผ ๋ธ๋ผ์ฐ์ ์์ ์ด์ด๋ณด์ธ์.
์ด ๋ ํฌ์ README์ ์ ํ ์ค์ ๋ช ๋ น์ด๋ฅผ ๊ทธ๋๋ก ๊ฐ์ ธ์์ต๋๋ค.
// repository documentation
Was this content helpful?
(0 ratings)
