Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
Find a file
2023-10-17 15:40:56 -03: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 Merge pull request #13 from Rodrigoplp/dependabot/npm_and_yarn/semver-5.7.2 2023-10-17 15:40:56 -03: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