Skip to content

BellSoftNetwork/BellSafeHouseView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bell Safe House View

안전한 집을 위한 플랫폼 프론트엔드

프로젝트 환경설정

필수 설정 구성

  1. yarn 의존성 설치
yarn install

WebStorm 필수 플러그인 설치

WebStorm 설정

BSN 위키 내 WebStorm 기본 설정 문서 참고

프로젝트 실행

개발모드 실행 (핫 리로드)

yarn dev

전체 테스트 실행

yarn test

프로덕션용 빌드 및 서버 실행

yarn build
yarn start

정적 프로젝트 생성

yarn generate