{"id":28238753,"url":"https://github.com/binodnepali/next-with-material-ui-example-template","last_synced_at":"2025-09-26T13:33:35.210Z","repository":{"id":42553359,"uuid":"264724416","full_name":"binodnepali/next-with-material-ui-example-template","owner":"binodnepali","description":"Next.js with material ui example template using typescript.","archived":false,"fork":false,"pushed_at":"2024-02-12T09:37:22.000Z","size":80930,"stargazers_count":25,"open_issues_count":3,"forks_count":10,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-11T02:44:33.594Z","etag":null,"topics":["material-ui","mui","nextjs","nextjs-boilerplate","nextjs-example","nextjs-mui","nextjs-starter","nextjs-template","nextjs-typescript","nextjs-typescript-boilerplate","nextjs-typescript-template"],"latest_commit_sha":null,"homepage":"","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/binodnepali.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,"zenodo":null}},"created_at":"2020-05-17T17:50:51.000Z","updated_at":"2024-11-07T18:13:46.000Z","dependencies_parsed_at":"2025-06-11T02:38:50.537Z","dependency_job_id":"f0adbee4-0acf-42e7-9166-6d85bd266d86","html_url":"https://github.com/binodnepali/next-with-material-ui-example-template","commit_stats":null,"previous_names":["binodnepali/next-with-material-ui-example-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binodnepali/next-with-material-ui-example-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnext-with-material-ui-example-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnext-with-material-ui-example-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnext-with-material-ui-example-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnext-with-material-ui-example-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binodnepali","download_url":"https://codeload.github.com/binodnepali/next-with-material-ui-example-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binodnepali%2Fnext-with-material-ui-example-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270791692,"owners_count":24645796,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["material-ui","mui","nextjs","nextjs-boilerplate","nextjs-example","nextjs-mui","nextjs-starter","nextjs-template","nextjs-typescript","nextjs-typescript-boilerplate","nextjs-typescript-template"],"created_at":"2025-05-19T02:07:19.329Z","updated_at":"2025-09-26T13:33:35.170Z","avatar_url":"https://github.com/binodnepali.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js With Material UI Example Template\n\nThis example template was scaffolded using [nextjs-with-typescript-example-template](https://github.com/binodnepali/nextjs-with-typescript-example-template).\n\n## Before getting started\n\nMake sure you have installed [Node.js 12.22.0 or higher](https://nodejs.org/en/) on your machine. You can use [nvm](https://github.com/nvm-sh/nvm) to manage multiple node version on your machine.\n\n## Getting started\n\nYou can setup this project using npm or yarn package managers.\n\n\u003e I would recommend to installed or enabled [yarn](https://yarnpkg.com/getting-started) 1.22.15 or higher on your machine.\n\n### Clone repo\n\n```bash\ngit clone https://github.com/binodnepali/nextjs-with-material-ui-example-template.git\n#or\ngit clone git@github.com:binodnepali/nextjs-with-material-ui-example-template.git\n```\n\n### Navigate to cloned repo\n\n```bash\ncd nextjs-with-material-ui-example-template\n```\n\n### Install dependencies\n\n```bash\nyarn install\n#or\nnpm install\n```\n\n### Start development server\n\n```bash\nyarn dev\n#or\nnpm run dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Build for production\n\n```bash\nyarn build\n#or\nnpm run build\n```\n\n### Start preview server after build\n\n```bash\nyarn start\n#or\nnpm run start\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n### Run release\n\nFollow the [Conventional Commits Specification](https://www.conventionalcommits.org/en/v1.0.0/) in your repository. And when you're ready to release, run below scripts.\n\n```bash\nyarn release\n#or\nnpm run release\n```\n\n## Learn More\n\nTo learn more about Next.js, ESLint, Prettier, StyleLint and lint-staged, take a look at the following resources:\n\n* [Next.js Documentation](https://nextjs.org/docs) - Learn about Next.js features and API\n* [Next.js ESLint](https://nextjs.org/docs/basic-features/eslint) - Learn about how to Next.js ESLint setup\n* [Prettier Setup](https://prettier.io/docs/en/install.html) - Learn about how to setup prettier\n* [Prettier Integrations](https://prettier.io/docs/en/related-projects.html) - Learn about how to setup prettier with other tools\n* [ESLint Setup](https://eslint.org/docs/user-guide/getting-started) - Learn about how to ESLint\n* [StyleLint Setup](https://stylelint.io/user-guide/get-started) - Learn about how to setup StyleLint\n* [Lint Staged Setup](https://github.com/okonet/lint-staged) - Learn about how to setup lint-staged\n* [Standard Version](https://github.com/conventional-changelog/standard-version) - Learn about how to setup standar version\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinodnepali%2Fnext-with-material-ui-example-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinodnepali%2Fnext-with-material-ui-example-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinodnepali%2Fnext-with-material-ui-example-template/lists"}