{"id":14007173,"url":"https://github.com/danangekal/next-typescript-pwa-starter","last_synced_at":"2025-07-24T01:30:57.509Z","repository":{"id":45323912,"uuid":"339079910","full_name":"danangekal/next-typescript-pwa-starter","owner":"danangekal","description":"Unofficial Next.js + Typescript + PWA starter with a latest package","archived":false,"fork":false,"pushed_at":"2023-10-11T03:56:31.000Z","size":865,"stargazers_count":10,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-08-10T10:03:57.747Z","etag":null,"topics":["eslint","hacktoberfest","hacktoberfest-accepted","husky","lint-staged","next-boilerplate","next-starter","nextjs","nextjs-typescript","react","reactjs","typescript","typescript-boilerplate","vercel"],"latest_commit_sha":null,"homepage":"https://next-typescript-pwa-starter.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danangekal.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.config.json","contributing":null,"funding":null,"license":"LICENSE","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":"2021-02-15T13:03:35.000Z","updated_at":"2024-08-10T10:04:00.748Z","dependencies_parsed_at":"2024-08-10T10:14:09.254Z","dependency_job_id":null,"html_url":"https://github.com/danangekal/next-typescript-pwa-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danangekal%2Fnext-typescript-pwa-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danangekal%2Fnext-typescript-pwa-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danangekal%2Fnext-typescript-pwa-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danangekal%2Fnext-typescript-pwa-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danangekal","download_url":"https://codeload.github.com/danangekal/next-typescript-pwa-starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227384160,"owners_count":17772327,"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","hacktoberfest","hacktoberfest-accepted","husky","lint-staged","next-boilerplate","next-starter","nextjs","nextjs-typescript","react","reactjs","typescript","typescript-boilerplate","vercel"],"created_at":"2024-08-10T10:01:52.757Z","updated_at":"2024-11-30T17:32:08.890Z","avatar_url":"https://github.com/danangekal.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"This 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\n## Demo\n\nYou can check [demo](https://next-typescript-pwa-starter.vercel.app/)\n\n## Features\n\n- [React.js 18](https://reactjs.org/blog/2022/03/29/react-v18.html) - Blog introduce react v18.0.\n- [Next.js 13](https://nextjs.org/blog/next-13) - Blog introduce next.js 13.\n- [Typescript 5](https://www.typescriptlang.org/) - Documentation of typescript.\n- [Next PWA 5](https://www.npmjs.com/package/next-pwa) - Documentation of next pwa.\n- [Docker](https://docs.docker.com/) - Documentation of docker.\n- [Eslint 8](https://eslint.org/docs/user-guide/getting-started) - Documentation of eslint.\n- [Prettier 3](https://prettier.io/docs/en/index.html) - Documentation of prettier.\n- [Husky 8](https://typicode.github.io/husky/#/) - Documentation of husky.\n- [Lint Staged 14](https://github.com/okonet/lint-staged) - Documentation of lint staged.\n\n## Usage\n\nThis project using node \u003e= 16.14 \u0026 yarn 1.22.19\n\n### Installation\n\n```bash\ngit clone https://github.com/danangekal/next-typescript-pwa-starter.git\nyarn install\n```\n\n#### Development\n\n```bash\nyarn dev\n```\n\n#### Production\n\n```bash\nyarn build\nyarn start\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\n[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.ts`.\n\nThe `pages/api` directory is mapped to `/api/*`. Files in this directory are treated as [API routes](https://nextjs.org/docs/api-routes/introduction) instead of React pages.\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#### Docker Build\n\n```bash\ndocker build -t next-typescript-pwa-starter .\n```\n\n#### Docker Run\n\n```bash\ndocker run --rm -it -p 3000:3000 next-typescript-pwa-starter\n```\n\n#### Docker Compose\n\n```bash\ndocker-compose up\n```\n\n#### Docker Images\n\nYou can use images available on docker hub [next-typescript-pwa-starter](https://hub.docker.com/r/danangekal/next-typescript-pwa-starter).\n\n```bash\ndocker pull danangekal/next-typescript-pwa-starter\n```\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/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [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 our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n---\n\nCopyright © 2021 by Danang Eko Alfianto\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanangekal%2Fnext-typescript-pwa-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanangekal%2Fnext-typescript-pwa-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanangekal%2Fnext-typescript-pwa-starter/lists"}