2020-02-18 23:19:08 -05:00
# Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
Repository for the tutorial about creating a backend server to support a Gatsby website.
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
See details in [your own server with Gatsby, Express and NGINX ](https://www.rodrigoplp.com/blog/using-your-own-server-with-gatsby?utm_source=GitHub&utm_medium=blog_post&utm_campaign=site_repo )
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
## Installation
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
- Clone repository
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
```
git clone https://github.com/Rodrigoplp/gatsby-express-nginx.git
```
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
- Install dependencies
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
```
cd gatsby-express-nginx
npm install
```
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
- Initiate Gatsby
2019-11-08 16:51:34 -05:00
2020-02-18 23:19:08 -05:00
```
gatsby develop
```