gatsby-express-nginx/README.md

27 lines
585 B
Markdown
Raw Normal View History

2020-02-18 23:19:08 -05:00
# Using your own server with Gatsby, ExpressJS and NGINX with a reverse proxy
2020-02-18 23:19:08 -05:00
Repository for the tutorial about creating a backend server to support a Gatsby website.
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)
2020-02-18 23:19:08 -05:00
## Installation
2020-02-18 23:19:08 -05:00
- Clone repository
2020-02-18 23:19:08 -05:00
```
git clone https://github.com/Rodrigoplp/gatsby-express-nginx.git
```
2020-02-18 23:19:08 -05:00
- Install dependencies
2020-02-18 23:19:08 -05:00
```
cd gatsby-express-nginx
npm install
```
2020-02-18 23:19:08 -05:00
- Initiate Gatsby
2020-02-18 23:19:08 -05:00
```
gatsby develop
```