Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwjun/my_next_boilerplate
https://github.com/gwjun/my_next_boilerplate
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gwjun/my_next_boilerplate
- Owner: GWjun
- Created: 2024-03-14T10:19:35.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T14:34:45.000Z (9 months ago)
- Last Synced: 2024-11-21T13:43:49.855Z (about 1 month ago)
- Language: JavaScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 나만의 Next.js 14 환경 구축하기
### Quick Overview
```
pnpx create-gwjun-app my-app
cd my-app
pnpm dev
```## 정보
### ESLint
eslint-config-next & @titicaca/eslint-config-triple 함께 사용
### Prettier
@titicaca/prettier-config-triple 사용
### Compiler
swc 사용
### CSS Tools
Tailwind CSS & PostCSS 사용
### State Management
/src/store에 client 와 server 구분
기호에 따라 라이브러리 선택