Skip to content

Instantly share code, notes, and snippets.

@nabigraphics
Last active October 22, 2020 15:51
Show Gist options
  • Save nabigraphics/81f51a1874cfefcfd5777cfcf8a53993 to your computer and use it in GitHub Desktop.
Save nabigraphics/81f51a1874cfefcfd5777cfcf8a53993 to your computer and use it in GitHub Desktop.
/
/apps ---> 실제 서비스 폴더
/main ---> Next.js 기반 웹 서비스 폴더
- package.json
/webview ---> Next.js 기반 웹뷰 서비스 폴더
- package.json
/pacakges ---> 공용으로 사용되는 폴더
/api ---> 서비스 API
- package.json
/common or /components ---> React 컴포넌트 (UI, HOC) 등
- package.json
/eslint-config ---> 프로젝트에서 사용 할 eslint 설정들
- package.json
/helpers ---> 헬퍼 함수들
- package.json
/hooks ---> React Hooks
- package.json
/services or /modules ---> 비즈니스 로직 및 Redux 스토어
- package.json
/utils ---> 유틸 함수들
- package.json
/scripts
- package.json
- lerna.json
- tsconfig.json
- yarn.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment