Skip to content

폴더 구조

J017_김기한 edited this page Oct 28, 2021 · 1 revision

백엔드

  • src
    • models
    • resources
      • user
        • controller.ts
        • router.ts
        • service.ts
      • playList
        • controller.ts
        • router.ts
        • service.ts
    • middlewares
    • server.ts
    • io.ts

프론트엔드

  • public
    • images
  • src
    • components
      • atoms
      • molecules
      • organisms
        • 컴포넌트이름
          • index.tsx
          • 컴포넌트이름.test.tsx
    • pages
      • 페이지이름
        • index.tsx
      • _app.tsx
      • index.tsx
    • actions
    • reducers
    • api
    • types
      • index.d.ts
      • actions.d.ts
    • styles
      • theme.ts
      • reset.ts
      • utils.ts