Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yangjonghun/next_boilerplate
몇 가지 설정들을 모은 Next.js 스타터입니다
https://github.com/yangjonghun/next_boilerplate
Last synced: 18 days ago
JSON representation
몇 가지 설정들을 모은 Next.js 스타터입니다
- Host: GitHub
- URL: https://github.com/yangjonghun/next_boilerplate
- Owner: YangJonghun
- Created: 2019-06-14T07:48:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:39:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T20:46:50.755Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 4.93 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
개인적으로 사용하기 위한 설정들을 모은 Next.js 베이스의 boilerplate입니다
- typescript
- lint
- eslint (airbnb / react / react-hooks)
- prettier
- test
- jest
- @testing-library/react
- storybook
- addon-info
- addon-knobs
- git hooks
- husky
- lint-staged
- absolute path import (with './src')
- polyfills (for inside NPM modules)
- environment variables(dotenv)
- ".env.원하는 NODE_ENV 값" 으로 파일명 설정 (default: development, production)
- .env.example파일에 정의해두고 다른 .env파일을 설정하면 그 파일의 환경변수를 강제할 수 있음
- analyze bundle---
현재 작업 중