Guest User

Untitled

a guest
Sep 25th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. "scripts": {
  2. "start": "react-scripts start",
  3. "build": "react-scripts build",
  4. "test": "react-scripts test --env=jsdom",
  5. "eject": "react-scripts eject",
  6. "server": "babel server/server.js --out-file server/index.js --presets=@babel/env,@babel/react",
  7. "build:ssr": "react-scripts build --prod && npm run server",
  8. "serve:ssr": "node start.js"
  9. }
Add Comment
Please, Sign In to add comment