You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. 노드버전을 .nvmrc 파일에 명시된 버전으로 세팅
nvm use (만약에 본인의 개발환경에 .nvmrc에 명시된 node 버전이 없다면 nvm install을 진행하고 나서 nvm use를 해야함)
2. 설치
yarn install
3. pretiter & eslint 에디터 설정
각자 에디터에 맞게 설정
4. 앱을 실행하려면 yarn start 명령어 입력