Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
Find a file
dependabot[bot] 114968402b
Bump @babel/traverse from 7.6.3 to 7.23.2
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.6.3 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 15:52:04 +00:00
src Importing form 2020-02-18 22:49:59 -05:00
.eslintrc.js Importing form 2020-02-18 22:49:59 -05:00
.gitignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
.prettierignore Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
.prettierrc Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-browser.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-config.js Importing form 2020-02-18 22:49:59 -05:00
gatsby-node.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
gatsby-ssr.js Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
LICENSE Initial commit from gatsby: (https://github.com/gatsbyjs/gatsby-starter-default.git) 2019-11-08 16:51:34 -05:00
package-lock.json Bump @babel/traverse from 7.6.3 to 7.23.2 2023-10-16 15:52:04 +00:00
package.json Bump tough-cookie and gatsby-transformer-sharp 2023-07-08 12:52:59 +00:00
README.md Readme 2020-02-18 23:19:08 -05:00

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