Skip to content

sesac-bibimbap/withme_client

Repository files navigation

WithMe 프로젝트 - Client

  1. 프로젝트 실행
$ yarn create vite .
  1. git 컨벤션 설정
yarn add -D commitizen cz-customizable
  • .cz-config.js 파일 추가
  • package.json 설정 추가
    • type: module 옵션 삭제
  1. prettier/es-lint/vscode 세팅 맞추기
$ yarn add -D eslint prettier
$ yarn add -D eslint-config-prettier eslint-plugin-prettier eslint-plugin-jsx-a11y
  1. tsconfig.json에 경로설정
  2. huskypre-push를 사용하여 master branch로 바로 push 되는 것을 방지
$ npx husky-init && yarn
$ npx husky add .husky/pre-push '명령어'
  1. node version 관리
  • .nvmrc 파일 설정 - v18.18.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published