Skip to content

yunwoo-yu/React-BoilerPlate

Repository files navigation

React-BoilerPalte

적용 Stack

  • Webpack(V5, ESM, babel, ts-node) + React
  • Emotion (Styled)
  • React-query + Axios
  • yarn berry v4.0.2 (레포 생성 시점 버전)

Started

 // local start

 git clone https://github.com/yunwoo-yu/React-BoilerPlate.git

 cd React-BoilerPlate

 yarn

 yarn dev // start http://localhost:3000

Webpack Plugin + Loader List

  • Loader

    • babel-loader
    • css-loader
    • html-loader

Lint 적용 플러그인 목록

저장 시 자동으로 fix되지 않으면 eslint, prettier 설치여부 및 vscode settings 확인 바랍니다.

  • @typescript-eslint/eslint-plugin
  • @typescript-eslint/parser
  • eslint-config-prettier
  • eslint-plugin-prettier
  • eslint-plugin-react
  • eslint-plugin-react-hooks
  • eslint-plugin-simple-import-sort
  • eslint-plugin-unused-imports

참고 자료

About

BoilerPlate React + Webpack v5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published