Skip to content

Latest commit

 

History

435 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

프루퍼 (Proofer) Monorepo

프루퍼팀 통합 홈페이지

Features

  • www: 랜딩 페이지
  • insight: 프루퍼 인사이트
  • insight-demo: 프루퍼 인사이트 데모

Stacks

npm scripts

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
    • 빌드를 확인할 때는 npx next build를 직접 부르지 말고 이 스크립트로 돌린다. next build를 그대로 부르면 셸이 물려받은 __NEXT_PRIVATE_STANDALONE_CONFIGnext.config.mjs를 통째로 대체해 버려서, 코드에 결함이 없는데도 빌드가 실패한다 (자세한 사정은 next.config.mjs 위쪽 주석에 적어 두었다).
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • jest – runs jest tests
  • jest:watch – starts jest watch
  • test – runs jest, prettier:check, lint and typecheck scripts

Other scripts

  • prettier:write – formats all files with Prettier

Rules

NEXT.JS

  • Using App Router

layers

Releases

Used by

Contributors

Languages