Skip to content

Instantly share code, notes, and snippets.

@jelorivera08
Created September 12, 2018 05:22
Show Gist options
  • Save jelorivera08/95cdd04ba69f3a7922cfe171ec8c5ed4 to your computer and use it in GitHub Desktop.
Save jelorivera08/95cdd04ba69f3a7922cfe171ec8c5ed4 to your computer and use it in GitHub Desktop.
{
"name": "fullstack_app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "concurrently \"cd backend && node server.js\" \"cd client && npm start\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"concurrently": "^4.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment