Skip to content

Instantly share code, notes, and snippets.

@ovpv
Created August 4, 2019 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovpv/92d70298cd9ec7b9ea93048881c9136a to your computer and use it in GitHub Desktop.
Save ovpv/92d70298cd9ec7b9ea93048881c9136a to your computer and use it in GitHub Desktop.
React ssr package.json script
"scripts": {
"start": "npm-run-all --parallel watch:build watch:server",
"watch:build": "webpack --watch",
"watch:server": "nodemon \"./server.js\" --watch \"./ \""
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment