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
- Host: GitHub
- URL: https://github.com/danielrohers/react-server-rendered-next
- Owner: danielrohers
- License: mit
- Created: 2016-10-31T00:01:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-31T13:35:26.000Z (over 9 years ago)
- Last Synced: 2025-01-24T10:47:05.988Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://react-next-lpkdlkaunb.now.sh
- Size: 38.1 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```