Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


logo

travis-ci codeclimate-gpa-badge codeclimate-issues-badge

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