https://github.com/dl0312/nextjs_boilerplate
Best way to create the Next.js framework from scratch 👍
https://github.com/dl0312/nextjs_boilerplate
boilerplate nextjs
Last synced: 15 days ago
JSON representation
Best way to create the Next.js framework from scratch 👍
- Host: GitHub
- URL: https://github.com/dl0312/nextjs_boilerplate
- Owner: dl0312
- Created: 2020-09-10T06:35:01.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T17:37:03.000Z (over 1 year ago)
- Last Synced: 2024-10-11T21:05:13.234Z (4 months ago)
- Topics: boilerplate, nextjs
- Language: TypeScript
- Homepage:
- Size: 1.58 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👶 Next.js Boilerplate
Best way to create the Next.js framework from scratch 👍
## 👨💻 Developer Experience
- [Husky](https://github.com/typicode/husky)
> `yarn prepare`, If it doesn't work well
## 📚 Pre-Installed Libraries
- [Styled Components](https://www.styled-components.com/)
- [Ant Design](https://ant.design/)## 🔧 Config Files
- [tsconfig.json](tsconfig.json)
- [jest.config.js](jest.config.js)## 📄 Lint Files
- [.eslintrc.js](.eslintrc.js)
- [.prettierrc.js](.prettierrc.js)
- [.stylelintrc](.stylelintrc)## .env
```
NEXT_PUBLIC_GA_TRACKING_ID=${GA_TRACKING_ID}
NEXT_PUBLIC_GA4_TRACKING_ID=${GA4_TRACKING_ID}
NEXT_PUBLIC_ADSENSE_CLIENT_ID=${ADSENSE_CLIENT_ID}
NEXT_SITE_URL=${SITE_URL}
```## License
MIT