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

https://github.com/dharmveer97/kickoff-nextjs

A starting point using ReactJs, bundled with awesome NextJs.
https://github.com/dharmveer97/kickoff-nextjs

Last synced: 3 months ago
JSON representation

A starting point using ReactJs, bundled with awesome NextJs.

Awesome Lists containing this project

README

          

# kickoff-nextjs

A starting point using ReactJs, bundled with awesome NextJs.

## Stack

- [Next.js](https://nextjs.org/)
- [React.js](https://facebook.github.io/react/)
- [MongoDB cloud](https://cloud.mongodb.com)
- [Es-Lint](https://eslint.com)

## To use

- Fork or download this repo
- Ready!

## Setup

Run

```
yarn install
```

## Development

To start development server

```
yarn dev
```

## Deployment

To deploy to zeit(vercel) now host

```
yarn deploy
```