Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitpod-io/nextsimplestarter
Fork from https://github.com/ooade/NextSimpleStarter
https://github.com/gitpod-io/nextsimplestarter
gitpod javascript nextjs
Last synced: 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-08T16:55:49.000Z (almost 4 years ago)
- Last Synced: 2023-03-01T02:02:29.334Z (almost 2 years ago)
- Topics: gitpod, javascript, nextjs
- Language: JavaScript
- Size: 339 KB
- Stars: 18
- Watchers: 10
- Forks: 113
- Open Issues: 5
-
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
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](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
[![Deploy to now](https://deploy.now.sh/static/button.svg)](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