# 스파르타 chat-ui

#### `npm install @teamsparta/chat-ui`

#### 사용법
src/app.js 참고 

#### 레포 실행
yarn install
yarn add react-scripts react react-dom
yarn start

#### npm 배포
- package.json version 0.0.1 올리기
- git push
- npm run publish:npm
- npm publish
