{"id":16551145,"url":"https://github.com/michaelcurrin/next-quickstart","last_synced_at":"2026-04-29T23:33:20.007Z","repository":{"id":56643423,"uuid":"307700659","full_name":"MichaelCurrin/next-quickstart","owner":"MichaelCurrin","description":"Starter template for a Next.js app with docs and CI","archived":false,"fork":false,"pushed_at":"2024-06-02T15:18:29.000Z","size":238,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-04T15:47:27.562Z","etag":null,"topics":["boilerplate","nextjs","node","quickstart","template"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/MichaelCurrin.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-10-27T12:59:22.000Z","updated_at":"2024-06-02T15:18:32.000Z","dependencies_parsed_at":"2024-10-11T19:36:34.854Z","dependency_job_id":"d9037914-5a8f-4052-becf-efbd2ac1a0e0","html_url":"https://github.com/MichaelCurrin/next-quickstart","commit_stats":null,"previous_names":[],"tags_count":8,"template":true,"template_full_name":"MichaelCurrin/node-project-template","purl":"pkg:github/MichaelCurrin/next-quickstart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnext-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnext-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnext-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnext-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichaelCurrin","download_url":"https://codeload.github.com/MichaelCurrin/next-quickstart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichaelCurrin%2Fnext-quickstart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448400,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["boilerplate","nextjs","node","quickstart","template"],"created_at":"2024-10-11T19:36:28.649Z","updated_at":"2026-04-29T23:33:19.989Z","avatar_url":"https://github.com/MichaelCurrin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js Quickstart\n\u003e Starter template for a Next.js app with docs and CI\n\n\u003c!-- Badges generated with: https://michaelcurrin.github.io/badge-generator/ --\u003e\n\n[![Node CI](https://github.com/MichaelCurrin/next-js-quickstart/workflows/Node%20CI/badge.svg)](https://github.com/MichaelCurrin/next-js-quickstart/actions)\n[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/next-js-quickstart)](https://github.com/MichaelCurrin/next-js-quickstart/releases/)\n[![License](https://img.shields.io/badge/License-MIT-blue)](#license \"Go to license section\")\n\n[![Made with Node](https://img.shields.io/badge/Node.js-\u003e=14-blue?logo=node.js\u0026logoColor=white)](https://nodejs.org)\n\n[![Package - next](https://img.shields.io/github/package-json/dependency-version/MichaelCurrin/next-quickstart/next?logo=next.js)](https://www.npmjs.com/package/next)\n[![Package - react](https://img.shields.io/github/package-json/dependency-version/MichaelCurrin/next-quickstart/react?logo=react)](https://www.npmjs.com/package/react)\n\n\n## Preview\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"/sample.png\" alt=\"Sample screenshot\" width=\"600\" /\u003e\n\u003c/div\u003e\n\n\n## Use this project\n\n\u003cdiv align=\"center\"\u003e\n\n[![Use this template](https://img.shields.io/badge/generate-Use_this_template-2ea44f?style=for-the-badge)](https://github.com/MichaelCurrin/next-quickstart/generate)\n\n\u003c/div\u003e\n\n\n## About\n\nThis is a static website built on Next.js, which is a framework built on React.\n\nNext.js is \"The React Framework for Production\".\n\nAs with React, you can build more advanced web apps but in this case this template uses a simple site which can be hosted as static site. You can look into use _Vercel_ as a host if you want server-side rendering.\n\nSee [Next.js](https://michaelcurrin.github.io/dev-resources/resources/javascript/packages/next/) resources to learn more.\n\n### Create a fresh project from scratch\n\nFrom [Create a Next.js App](https://nextjs.org/learn/basics/create-nextjs-app) tutorial on the homepage using [vercel/next-learn](https://github.com/vercel/next-learn) repo.\n\n```sh\n$ npx create-next-app@latest \\\n  nextjs-blog \\\n  --use-npm \\\n  --example \"https://github.com/vercel/next-learn/tree/main/basics/learn-starter\"\n$ cd nextjs-blog\n```\n\nThat will create:\n\n- [pages](/pages/) directory with one JS file.\n- [public](/public/) directory with an SVG logo and favicon.\n- [.gitignore](/.gitignore) file.\n- [package.json](/package.json) - it comes with Next 11 but I've set up Next 12 for my template here.\n- `README.md` file - with just one line.\n\nThis template project extends the base project by adding:\n\n- GH Actions CI flow - [main.yml](/.github/workflows/main.yml).\n- Docs (see below).\n\nFor adding ESLint to your project, see [ESLint](https://nextjs.org/docs/pages/building-your-application/configuring/eslint) configuration guide for Next.\n\n## Documentation\n\u003e How to install, run and deploy this project\n\n\u003cdiv align=\"center\"\u003e\n\n[![View Project Docs](https://img.shields.io/badge/View-Project_Docs-blue?style=for-the-badge)](/docs/ \"Go to project docs\")\n\n\u003c/div\u003e\n\n\n## License\n\nReleased under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fnext-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelcurrin%2Fnext-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelcurrin%2Fnext-quickstart/lists"}