Minimal backend server with Express JS for a Gatsby website
Find a file
dependabot[bot] eff083d7a4
Bump follow-redirects from 1.15.2 to 1.15.4
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 12:59:37 +00:00
middleware Initial commit 2020-02-18 22:53:38 -05:00
node_modules Initial commit 2020-02-18 22:53:38 -05:00
LICENSE License and readme 2020-02-18 23:05:51 -05:00
package-lock.json Bump follow-redirects from 1.15.2 to 1.15.4 2024-01-10 12:59:37 +00:00
package.json Merge pull request #7 from Rodrigoplp/dependabot/npm_and_yarn/follow-redirects-and-axios-1.15.2 2023-03-06 16:01:40 -03:00
README.md Update readme 2020-02-18 23:21:41 -05:00
server.js Initial commit 2020-02-18 22:53:38 -05:00

Minimal Express server to support a Gatsby website

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.

Installation

  • Clone repository
git clone https://github.com/Rodrigoplp/minimal-gatsby-backend.git
  • Install dependencies
cd minimal-gatsby-backend
npm install
  • Initiate server
nodemon