https://github.com/mbj36/nextjs-demo
nextjs demo using custom server, express, mongoose
https://github.com/mbj36/nextjs-demo
javascript nextjs server-side-rendering
Last synced: 2 months ago
JSON representation
nextjs demo using custom server, express, mongoose
- Host: GitHub
- URL: https://github.com/mbj36/nextjs-demo
- Owner: mbj36
- Created: 2018-03-20T05:09:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T17:33:39.000Z (about 7 years ago)
- Last Synced: 2025-01-08T09:51:32.603Z (4 months ago)
- Topics: javascript, nextjs, server-side-rendering
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## nextjs demo
Demo using express, mongoose
```
yarn install
```### ENV file
```
Add a env file with mongodb url
```### Running it locally
```
yarn server
```