{"id":16969544,"url":"https://github.com/devlinduldulao/nextjs-pwa-js","last_synced_at":"2026-04-09T11:52:14.928Z","repository":{"id":102789218,"uuid":"303324538","full_name":"webmasterdevlin/nextjs-pwa-js","owner":"webmasterdevlin","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-12T08:20:12.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-26T13:42:14.782Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/webmasterdevlin.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-12T08:20:10.000Z","updated_at":"2020-10-12T15:43:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"5458f9b6-c20d-4d18-af8a-7a10e3ec94c4","html_url":"https://github.com/webmasterdevlin/nextjs-pwa-js","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"ooade/NextSimpleStarter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Fnextjs-pwa-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Fnextjs-pwa-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Fnextjs-pwa-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmasterdevlin%2Fnextjs-pwa-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmasterdevlin","download_url":"https://codeload.github.com/webmasterdevlin/nextjs-pwa-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244852675,"owners_count":20521154,"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":[],"created_at":"2024-10-14T00:25:39.118Z","updated_at":"2025-12-30T23:56:39.536Z","avatar_url":"https://github.com/webmasterdevlin.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"logo.png\" alt=\"logo\"/\u003e\n\u003cp align=\"center\"\u003e\u003ca href=\"https://travis-ci.org/ooade/NextSimpleStarter\"\u003e\u003cimg src=\"https://travis-ci.org/ooade/NextSimpleStarter.svg?branch=master\" alt=\"travis-ci\"/\u003e\u003c/a\u003e \u003ca href=\"https://codeclimate.com/github/ooade/NextSimpleStarter/badges\"\u003e\u003cimg src=\"https://codeclimate.com/github/ooade/NextSimpleStarter/badges/gpa.svg\" alt=\"codeclimate-gpa-badge\"/\u003e\u003c/a\u003e \u003ca href=\"https://codeclimate.com/github/ooade/NextSimpleStarter\"\u003e\u003cimg src=\"https://codeclimate.com/github/ooade/NextSimpleStarter/badges/issue_count.svg\" alt=\"codeclimate-issues-badge\"/\u003e\u003c/a\u003e\u003cbr/\u003e\n\u003ch3 align=\"center\"\u003eSimple NextJS PWA boilerplate.\u003c/h3\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n## Contents\n\n- [Installation](#installation)\n- [Development Workflow](#development-workflow)\n- [Deploy to Now](#deploy-to-now)\n- [Deploy to Netlify](#deploy-to-netlify)\n- [Deploy to Gitpod](#deploy-to-gitpod)\n\n### Installation\n\nClone repo:\n\n```sh\ngit clone https://github.com/ooade/NextSimpleStarter.git\ncd NextSimpleStarter\n```\n\nMake it your own:\n\n```sh\nrm -rf .git \u0026\u0026 git init \u0026\u0026 yarn init\n```\n\n\u003e :information_source: This re-initializes the repo and sets up your project.\n\nInstall the dependencies:\n\n```sh\nyarn install\n```\n\nor\n\n```sh\nnpm install\n```\n\n### Development Workflow\n\nStart a live-reload development server:\n\n```sh\nyarn dev\n```\n\nor\n\n```sh\nnpm run dev\n```\n\nGenerate a production build:\n\n```sh\nyarn build\n```\n\nor\n\n```sh\nnpm run build\n```\n\n### Deploy to Now\n\n```sh\nnow dev\n```\n\nFor production, update alias in the now.json ie `\"alias\": \"nextss-yourname.now.sh\",`\n\n```sh\nnow\n```\n[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ooade/NextSimpleStarter)\n\n### Deploy to Heroku\nJust follow \u003ca href=\"https://github.com/mars/heroku-nextjs\"\u003eMars's Guide\u003c/a\u003e and you're good to go :clap:\n\n### Deploy to Netlify\n\n- On netlify, Click on new site from git.\n- Select Cloned Repository.\n- Choose VCS.\n- Add build command `npm run export`.\n- Add publish directory `out`.\n\n### Deploy to Gitpod\n\u003ca href=\"https://gitpod.io/#https://github.com/ooade/NextSimpleStarter\"\u003eClick here\u003c/a\u003e to deploy on Gitpod.\n\n### Contribution\n\nI'm open to contributions \u0026 suggestions in making this a lot better :hand:\n\n### License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlinduldulao%2Fnextjs-pwa-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevlinduldulao%2Fnextjs-pwa-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevlinduldulao%2Fnextjs-pwa-js/lists"}