Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Add instructions for custom server #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ cd my-app/
npm start
```

## Using with a custom server
If you have a server from which you plan to serve the React files, just run the install command in your existing project root directory, e.g. with the project name 'client'. This will create a self-contained React project that you can serve statically.

## Migration

In general, most upgrades won't require any migration steps to work, but if you experience problems after an upgrade, please file an issue, and we'll add it to the list of migration steps below.
Expand Down