cra-template-himp
v0.1.0
Published
``` nextjs │ ├── pubilc ├── src │ ├── lib │ │ ├── recoile │ │ │ ├── atom │ ├── components │ ├── hook │ ├── utils │ ├── pages //page router │ └── state ├── package.json └── .. ```
Downloads
3
Readme
구조
nextjs
│
├── pubilc
├── src
│ ├── lib
│ │ ├── recoile
│ │ │ ├── atom
│ ├── components
│ ├── hook
│ ├── utils
│ ├── pages //page router
│ └── state
├── package.json
└── ..
Quick Start
yarn create react-app test --template {템플릿저장소 (s3 or npm 등등... )}
Features
Next.js 13
React 18
TypeScript
ESLint - Airbnb style Guide
Prettier - Airbnb style Guide
Recoil
React-query
Styled-components (with styled-reset)