Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 598 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 598 Bytes

frip-ui-react

Frip UI Implementations with React Components

Scripts

  • npm run test: 컴포넌트 테스트를 진행합니다.
  • npm run test:watch: 컴포넌트 테스트를 watch 모드로 실행합니다.
  • npm run start: 로컬 환경에서 storyboard를 배포합니다.
  • npm run build: 패키지 빌드 파일을 만듧니다.
  • npm run build:watch: 파일을 수정할 때마다 패키지를 새로 빌드합니다.
  • npm run build:storybook: storybook 페이지를 빌드합니다.
  • npm run deploy:storybook: storybook 빌드를 ui-comp.frip.co.kr에 배포합니다.