Skip to content

Instantly share code, notes, and snippets.

@ygamretuta
Created July 26, 2017 09:28
Show Gist options
  • Save ygamretuta/48a23343420b781adff71912ac35a7ff to your computer and use it in GitHub Desktop.
Save ygamretuta/48a23343420b781adff71912ac35a7ff to your computer and use it in GitHub Desktop.
create-react-app package.json
"scripts": {
"start": "PORT=3001 react-scripts start",
"start:production": "npm run build && npm run start:prod",
"start:prod": "NODE_ENV=production node server",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment