Minimal backend server with Express JS for a Gatsby website
![]() 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> |
||
---|---|---|
middleware | ||
node_modules | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
server.js |
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