Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
![]() Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [gatsby-transformer-sharp](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-sharp). These dependencies need to be updated together. Removes `xml2js` Updates `gatsby-transformer-sharp` from 2.3.1 to 5.9.0 - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-sharp/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-sharp@5.9.0/packages/gatsby-transformer-sharp) --- updated-dependencies: - dependency-name: xml2js dependency-type: indirect - dependency-name: gatsby-transformer-sharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
gatsby-browser.js | ||
gatsby-config.js | ||
gatsby-node.js | ||
gatsby-ssr.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
Repository for the tutorial about creating a backend server to support a Gatsby website.
See details in your own server with Gatsby, Express and NGINX
Installation
- Clone repository
git clone https://github.com/Rodrigoplp/gatsby-express-nginx.git
- Install dependencies
cd gatsby-express-nginx
npm install
- Initiate Gatsby
gatsby develop