Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Marvinified
Last active January 21, 2019 22:45
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 Marvinified/528359ccb4bc9dd49fbc36f452b2f314 to your computer and use it in GitHub Desktop.
Save Marvinified/528359ccb4bc9dd49fbc36f452b2f314 to your computer and use it in GitHub Desktop.
{
"scripts": {
...
"start": "CHOKIDAR_USEPOLLING=true react-scripts start",
"dev:up": "docker-compose -f docker-compose.yml -f dev.yml up",
"dev:build": "docker-compose -f docker-compose.yml -f dev.yml build"
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment