26 lines
585 B
Markdown
26 lines
585 B
Markdown
# 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](https://www.rodrigoplp.com/blog/using-your-own-server-with-gatsby?utm_source=GitHub&utm_medium=blog_post&utm_campaign=site_repo)
|
|
|
|
## 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
|
|
```
|