{"id":22004473,"url":"https://github.com/joncursi/next-base","last_synced_at":"2025-05-05T17:33:36.433Z","repository":{"id":45548980,"uuid":"238089274","full_name":"joncursi/next-base","owner":"joncursi","description":"Base setup for a Next.js front-end.","archived":false,"fork":false,"pushed_at":"2024-03-26T14:48:38.000Z","size":1394,"stargazers_count":4,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-05T17:32:11.768Z","etag":null,"topics":["circleci","commitlint","eslint","express","fastlane","jest","material-ui","nextjs","prettier","react","typescript"],"latest_commit_sha":null,"homepage":"https://next-base-gujktyvbpa.now.sh/","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/joncursi.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,"zenodo":null}},"created_at":"2020-02-04T00:16:35.000Z","updated_at":"2023-11-03T14:37:04.000Z","dependencies_parsed_at":"2025-05-05T17:32:07.036Z","dependency_job_id":null,"html_url":"https://github.com/joncursi/next-base","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncursi%2Fnext-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncursi%2Fnext-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncursi%2Fnext-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joncursi%2Fnext-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joncursi","download_url":"https://codeload.github.com/joncursi/next-base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252542499,"owners_count":21764978,"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":["circleci","commitlint","eslint","express","fastlane","jest","material-ui","nextjs","prettier","react","typescript"],"created_at":"2024-11-30T00:16:05.292Z","updated_at":"2025-05-05T17:33:36.400Z","avatar_url":"https://github.com/joncursi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next Base\n\n⏭️ Base setup for a [Next.js](https://nextjs.org/) front-end. Includes:\n\n* [Next Routes](https://github.com/fridays/next-routes) for dynamic routing\n* [Dotenv CLI](https://github.com/entropitor/dotenv-cli) for environment\nvariables\n* [TypeScript](https://www.typescriptlang.org/) as the language\n* [Express](https://expressjs.com/) as the server\n* [Material UI](https://material-ui.com/) as the design system\n* [Styled JSX](https://github.com/zeit/styled-jsx) for CSS in JS\n* [Jest](https://jestjs.io/) as the test runner\n* [Snapshots](https://jestjs.io/docs/en/snapshot-testing) for component unit\ntesting\n* [ESLint](https://eslint.org/) for code linting (via\n[`@joncursi/eslint-config`](https://github.com/joncursi/eslint-config))\n* [CommitLint](https://commitlint.js.org/) for commit linting (via\n[`@joncursi/eslint-config`](https://github.com/joncursi/eslint-config))\n* [Prettier](https://prettier.io/) for code formatting (via\n[`@joncursi/eslint-config`](https://github.com/joncursi/eslint-config))\n* [Fastlane](https://fastlane.tools/) for release management\n* [Now](https://zeit.co/) for deployments\n\n[![CircleCI](https://circleci.com/gh/joncursi/next-base.svg?style=shield)](https://circleci.com/gh/joncursi/next-base)\n\n## Getting Started\n\n1. Install node modules:\n\n    ```shell\n    npm install\n    ```\n\n2. Create a `.env` file in the root of this project and fill it with\n[environment variables](https://github.com/joncursi/next-base/blob/master/.env.example).\n\n3. Start the server in dev mode:\n\n    ```shell\n    npm run dev\n    ```\n\n4. Start the server in production mode:\n\n    ```shell\n    npm run build\n    npm start\n    ```\n\n## npm Scripts\n\nThere are lots of npm scripts at your disposal during local development.\nHere are some of the more important ones:\n\n| Script                 | Description                                            |\n|:---------------------- |:------------------------------------------------------ |\n| npm run analyze        | Shows interactive visualization of the webpack bundle. |\n| npm run dev            | Starts the local dev server.                           |\n| npm run build          | Builds a production distribution.                      |\n| npm start              | Starts the server in production mode.                  |\n| npm test               | Run all tests.                                         |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoncursi%2Fnext-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoncursi%2Fnext-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoncursi%2Fnext-base/lists"}