minimal-gatsby-backend/README.md
2020-02-18 23:21:41 -05:00

558 B

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