Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Last active January 24, 2021 17:33
Show Gist options
  • Save hypeJunction/c22b69785d8ea52e12cf3b5817b8f625 to your computer and use it in GitHub Desktop.
Save hypeJunction/c22b69785d8ea52e12cf3b5817b8f625 to your computer and use it in GitHub Desktop.
{
"scripts": {
"start": "PORT=3000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"serve": "http-server ./build -p 3000 --proxy http://localhost:3000?",
"cy:open": "CYPRESS_BASE_URL=http://localhost:3000 cypress open",
"cy:run": "CYPRESS_BASE_URL=http://localhost:3000 cypress run",
"cy:ci": "start-server-and-test serve http://localhost:3000 cy:run"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment