Skip to content

Instantly share code, notes, and snippets.

@DennisDurairaj
Created April 6, 2020 15:09
Show Gist options
  • Save DennisDurairaj/8e98e8739fdba6f1b8dec631fc18b8d6 to your computer and use it in GitHub Desktop.
Save DennisDurairaj/8e98e8739fdba6f1b8dec631fc18b8d6 to your computer and use it in GitHub Desktop.
"scripts": {
"mockAPI": "npx json-server db.json --port 3050 --watch",
"start": "concurrently \"npm run mockAPI\" \"react-scripts start\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"e2e-test": "./node_modules/.bin/cypress run",
"cypress:open": "./node_modules/.bin/cypress open"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment