Skip to content

Instantly share code, notes, and snippets.

@surajitbasak109
Created February 10, 2020 19:53
Show Gist options
  • Save surajitbasak109/46dd9c5130fed822df86ffeaf6c486df to your computer and use it in GitHub Desktop.
Save surajitbasak109/46dd9c5130fed822df86ffeaf6c486df to your computer and use it in GitHub Desktop.
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "concurrently \"react-scripts start\" \"json-server --watch db.json --port 3004\""
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment