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

https://github.com/alexrogalskiy/vue-todo

Vue ToDo template
https://github.com/alexrogalskiy/vue-todo

Last synced: 3 months ago
JSON representation

Vue ToDo template

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)
- [Deploy to Now](#deploy-to-now)
- [Deploy to Netlify](#deploy-to-netlify)
- [Deploy to Gitpod](#deploy-to-gitpod)

### Installation

Clone repo:

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

Make it your own:

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

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

Install the dependencies:

```sh
yarn install
```

or

```sh
npm install
```

### 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
```

### Deploy to Now

```sh
now dev
```

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

```sh
now
```
[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/ooade/NextSimpleStarter)

### 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