21 lines
432 B
Markdown
21 lines
432 B
Markdown
# Minimal Express server to support
|
|
|
|
Minimal server built with Express JS to serve as backend for a Gatsby website.
|
|
|
|
See details in [Gatsby backend on Express and NGINX with reverse proxy](https://www.rodrigoplp.com/blog/using-your-own-server-with-gatsby?utm_source=GitHub&utm_medium=web&utm_campaign=blog_post).
|
|
|
|
## Installation
|
|
|
|
- Clone repository
|
|
|
|
- Install dependencies
|
|
|
|
```
|
|
npm install
|
|
```
|
|
|
|
- Initiate server
|
|
|
|
```
|
|
nodemon
|
|
```
|