Merge pull request #6 from reactjs/update-readme

Specify nodejs version needed
This commit is contained in:
Lauren Tan
2020-12-21 18:25:45 -05:00
committed by GitHub

View File

@@ -23,6 +23,8 @@ Server Components are an experimental feature and **are not ready for adoption**
## Setup
You will need to have nodejs >=14.9.0 in order to run this demo. [Node 14 LTS](https://nodejs.org/en/about/releases/) is a good choice!
```
npm install
npm start
@@ -38,6 +40,8 @@ The app won't work until you set up the database, as described below.
This demo uses Postgres. First, follow its [installation link](https://wiki.postgresql.org/wiki/Detailed_installation_guides) for your platform.
Alternatively you can check out this [fork](https://github.com/pomber/server-components-demo/) which will let you run the demo app without needing a database. However you won't be able to execute SQL queries, but fetch should still work.
The below example will setup the database for this app, assuming that you have a UNIX-like platform:
### Step 1. Create the Database