Minimal backend server with Express JS for a Gatsby website
![]() Bumps [axios](https://github.com/axios/axios) from 0.19.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.0...v0.21.1) 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