Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gwjun/my_next_boilerplate


https://github.com/gwjun/my_next_boilerplate

Last synced: 17 days ago
JSON representation

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 구분
기호에 따라 라이브러리 선택