You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ZEIT Now: `npx now -e NODE_ENV=production styfle/react-server-example-tsx`
32
+
33
+
<ahref="https://www.heroku.com/deploy/?template=https://github.com/styfle/react-server-example-tsx"><imgsrc="https://www.herokucdn.com/deploy/button.svg"alt="Deploy to Heroku"height="25px"></a>
34
+
35
+
<ahref="https://deploy.now.sh/?repo=https://github.com/styfle/react-server-example-tsx"><imgsrc="https://deploy.now.sh/static/button.svg"alt="Deploy to Now"height="25px"></a>
36
+
37
+
Don't forget to set the environment variable `NODE_ENV=production` to avoid the slower, dev version of React. Like so:
38
+
39
+
```sh
40
+
npx now -e NODE_ENV=production styfle/react-server-example-tsx
0 commit comments