Skip to content
Merged
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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ Then navigate to http://localhost:3007 and click on the buttons to see some reac

## Deployment

You can deploy with `now` by doing something like the following:

```sh
npx now -e NODE_ENV=production styfle/react-server-example-tsx
```
- Heroku: <a href="https://www.heroku.com/deploy/?template=https://github.com/styfle/react-server-example-tsx"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy" height="20px"></a>
- ZEIT Now: `npx now -e NODE_ENV=production styfle/react-server-example-tsx`

## Preventing XSS

Expand Down