https://github.com/gitpod-io/nextsimplestarter
Fork from https://github.com/ooade/NextSimpleStarter
https://github.com/gitpod-io/nextsimplestarter
gitpod javascript nextjs
Last synced: about 2 months ago
JSON representation
Fork from https://github.com/ooade/NextSimpleStarter
- Host: GitHub
- URL: https://github.com/gitpod-io/nextsimplestarter
- Owner: gitpod-io
- License: mit
- Created: 2019-04-03T09:30:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T16:55:49.000Z (about 4 years ago)
- Last Synced: 2025-03-29T11:34:34.637Z (3 months ago)
- Topics: gitpod, javascript, nextjs
- Language: JavaScript
- Size: 339 KB
- Stars: 18
- Watchers: 11
- Forks: 101
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
![]()
Simple NextJS PWA boilerplate.
## Contents
- [Installation](#installation)
- [Development Workflow](#development-workflow)
- [Deployment](#deployment)### Installation
[](https://gitpod.io/#https://github.com/gitpod-io/NextSimpleStarter)
### Development Workflow
Start a live-reload development server:
```sh
yarn dev
```
or
```sh
npm run dev
```Generate a production build:
```sh
yarn build
```
or
```sh
npm run build
```
### Deployment
[](https://deploy.now.sh/?repo=https://github.com/ooade/NextSimpleStarter)heroku
Just follow Mars's Guide and you're good to go :clap:### Contribution
I'm open to contributions & suggestions in making this a lot better :hand:### License
MIT