{"id":22757484,"url":"https://github.com/juunie-roh/setting-up-next","last_synced_at":"2025-04-12T23:50:07.845Z","repository":{"id":210413922,"uuid":"725877282","full_name":"juunie-roh/setting-up-next","owner":"juunie-roh","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-11T00:55:28.000Z","size":86723,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T23:49:48.727Z","etag":null,"topics":["eslint","headlessui-react","heroicons-react","husky","jest","lint-staged","nextjs","postcss","prettier","react-redux","react-three-cannon","react-three-drei","react-three-fiber","redux","reduxjs-toolkit","semantic-release","storybook","tailwind-css","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://juun.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juunie-roh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-01T03:51:49.000Z","updated_at":"2024-12-05T01:59:48.000Z","dependencies_parsed_at":"2023-12-22T03:27:28.832Z","dependency_job_id":"31c579a1-8988-476e-af1e-b66a4a4186df","html_url":"https://github.com/juunie-roh/setting-up-next","commit_stats":null,"previous_names":["juunie-roh/setting-up-next"],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juunie-roh%2Fsetting-up-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juunie-roh%2Fsetting-up-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juunie-roh%2Fsetting-up-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juunie-roh%2Fsetting-up-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juunie-roh","download_url":"https://codeload.github.com/juunie-roh/setting-up-next/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647252,"owners_count":21139081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["eslint","headlessui-react","heroicons-react","husky","jest","lint-staged","nextjs","postcss","prettier","react-redux","react-three-cannon","react-three-drei","react-three-fiber","redux","reduxjs-toolkit","semantic-release","storybook","tailwind-css","tailwindcss","typescript"],"created_at":"2024-12-11T07:18:30.573Z","updated_at":"2025-04-12T23:50:07.809Z","avatar_url":"https://github.com/juunie-roh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal Frontend Dev Env Setting Project\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\nFollowing [ixartz](https://github.com/ixartz/Next-js-Boilerplate) Next js Boilerplate to understand all used packages, build and test process within it.\n\n## Features\n\n- ⚡ [Next.js](https://nextjs.org) with App Router and Page Router support\n- 🔥 Type checking [TypeScript](https://www.typescriptlang.org)\n- 💎 Integrate with [Tailwind CSS](https://tailwindcss.com)\n- ✅ Strict Mode for TypeScript and React 18\n- ♻️ Type-safe environment variables with T3 Env\n- ⌨️ Form with React Hook From\n- 🔴 ~~Validation library with Zod~~ (scheduled)\n- 📏 Linter with [ESLint](https://eslint.org) (default NextJS, NextJS Core Web Vitals, Tailwind CSS and Airbnb configuration)\n- 💖 Code Formatter with [Prettier](https://prettier.io)\n- 🦊 Husky for Git Hooks\n- 🚫 Lint-staged for running linters on Git staged files\n- 🚓 Lint git commit with Commitlint\n- 📓 Write standard compliant commit messages with Commitizen\n- 🦺 Unit Testing with Jest and React Testing Library\n- 🧪 ~~Integration and E2E Testing with Playwright~~ (scheduled)\n- 👷 Run tests on pull request with GitHub Actions\n- 🎉 Storybook for UI development\n- 🖥️ ~~Monitoring as Code with [Checkly](https://www.checklyhq.com)~~ (scheduled)\n- 🎁 Automatic changelog generation with Semantic Release\n- 💡 Absolute Imports using `@` prefix\n- 🗂 ~~VSCode configuration: Debug, Settings, Tasks and extension for PostCSS, ESLint, Prettier, TypeScript, Jest~~\n- 🤖 SEO metadata, JSON-LD and Open Graph tags with Next SEO\n- 🗺️ Sitemap.xml and robots.txt with next-sitemap\n- ⚙️ ~~[Bundler Analyzer](https://www.npmjs.com/package/@next/bundle-analyzer)~~ (scheduled)\n\nBuilt-in feature from Next.js:\n\n- ☕ Minify HTML \u0026 CSS\n- 💨 Live reload\n- ✅ Cache busting\n\n## Getting Started\n\n\u003e **Note**: This project is using `yarn` as a package manager.\n\u003e Also, implemented PnP(Plug n Play), Zero-install.\n\nFirst, run the development server:\n\n```bash\nyarn dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/)\n\n## Deploy on Vercel\n\nThis project is deploying via [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuunie-roh%2Fsetting-up-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuunie-roh%2Fsetting-up-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuunie-roh%2Fsetting-up-next/lists"}