Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
![]() Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.20 to 0.7.35. - [Release notes](https://github.com/faisalman/ua-parser-js/releases) - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md) - [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.20...0.7.35) --- updated-dependencies: - dependency-name: ua-parser-js dependency-type: indirect ... 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