NextSimpleStarter

:star: Simple PWA boilerplate with Nextjs 9 + React Hooks

Github stars Tracking Chart

Contents

Installation

Clone repo:

git clone https://github.com/ooade/NextSimpleStarter.git
cd NextSimpleStarter

Make it your own:

rm -rf .git && git init && yarn init

:information_source: This re-initializes the repo and sets up your project.

Install the dependencies:

yarn install

or

npm install

Development Workflow

Start a live-reload development server:

yarn dev

or

npm run dev

Generate a production build:

yarn build

or

npm run build

Deploy to Now

now dev

For production, update alias in the now.json ie "alias": "nextss-yourname.now.sh",

now

Deploy to now

Deploy to Heroku

Just follow Mars's Guide and you're good to go :clap:

Deploy to Netlify

  • On netlify, Click on new site from git.
  • Select Cloned Repository.
  • Choose VCS.
  • Add build command npm run export.
  • Add publish directory out.

Deploy to Gitpod

Click here to deploy on Gitpod

Contribution

I'm open to contributions & suggestions in making this a lot better :hand:

License

MIT

Main metrics

Overview
Name With Ownerooade/NextSimpleStarter
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 2)
Platform
License:MIT License
所有者活动
Created At2017-01-24 15:15:43
Pushed At2025-05-16 10:38:33
Last Commit At
Release Count2
Last Release Namev1.1.0 (Posted on 2018-07-27 15:50:10)
First Release Namev1.0.0 (Posted on )
用户参与
Stargazers Count0.9k
Watchers Count11
Fork Count202
Commits Count299
Has Issues Enabled
Issues Count56
Issue Open Count0
Pull Requests Count129
Pull Requests Open Count0
Pull Requests Close Count31
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private