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

https://github.com/danielrohers/react-server-rendered-next

Next.js server-rendered React applications
https://github.com/danielrohers/react-server-rendered-next

Last synced: over 1 year ago
JSON representation

Next.js server-rendered React applications

Awesome Lists containing this project

README

          

# react-server-side-next

Sample application using [Next.js](https://github.com/zeit/next.js), a minimalistic framework for server-rendered React applications.

## Install

```bash
[sudo] npm install
```

or

```bash
yarn
```

## Development

Start
```bash
npm run dev
```

[ESLint](http://eslint.org)
```bash
npm run eslint
```

## Deploy
```bash
npm run build && npm start
```
or
```bash
npm run deploy
```