Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
Find a file
2023-05-02 23:15:44 +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 qs from 6.5.2 to 6.5.3 2023-05-02 23:15:42 +00:00
package.json Bump gatsby-plugin-sharp from 2.2.34 to 4.25.1 2023-04-20 20:04:41 +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