Readme update
This commit is contained in:
parent
55b00850c9
commit
91d5aa2cd7
2 changed files with 6 additions and 1 deletions
|
@ -8,9 +8,14 @@ See details in [Gatsby backend on Express and NGINX with reverse proxy](https://
|
||||||
|
|
||||||
- Clone repository
|
- Clone repository
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://github.com/Rodrigoplp/minimal-gatsby-backend.git
|
||||||
|
```
|
||||||
|
|
||||||
- Install dependencies
|
- Install dependencies
|
||||||
|
|
||||||
```
|
```
|
||||||
|
cd minimal-gatsby-backend
|
||||||
npm install
|
npm install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "myserver",
|
"name": "minimal-gatsby-backend",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue