minimal-gatsby-backend/README.md

27 lines
558 B
Markdown
Raw Normal View History

2020-02-18 23:21:41 -05:00
# Minimal Express server to support a Gatsby website
2020-02-18 23:05:51 -05:00
Minimal server built with Express JS to serve as backend for a Gatsby website.
2020-02-18 23:21:41 -05:00
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=blog_post&utm_campaign=server_repo).
2020-02-18 23:05:51 -05:00
## Installation
- Clone repository
2020-02-18 23:10:26 -05:00
```
git clone https://github.com/Rodrigoplp/minimal-gatsby-backend.git
```
2020-02-18 23:05:51 -05:00
- Install dependencies
```
2020-02-18 23:10:26 -05:00
cd minimal-gatsby-backend
2020-02-18 23:05:51 -05:00
npm install
```
- Initiate server
```
nodemon
```