Minimal backend server with Express JS for a Gatsby website
Find a file
2020-02-18 23:05:51 -05: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 Initial commit 2020-02-18 22:53:38 -05:00
package.json Initial commit 2020-02-18 22:53:38 -05:00
README.md License and readme 2020-02-18 23:05:51 -05:00
server.js Initial commit 2020-02-18 22:53:38 -05:00

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.

Installation

  • Clone repository

  • Install dependencies

npm install
  • Initiate server
nodemon