Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gdyrrahitis
Created July 13, 2018 20:18
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 gdyrrahitis/1c2681457b09d7ccc639aa4d0786ca05 to your computer and use it in GitHub Desktop.
Save gdyrrahitis/1c2681457b09d7ccc639aa4d0786ca05 to your computer and use it in GitHub Desktop.
"scripts": {
"start:prod": "npm run tsc && SET NODE_ENV=production && node server.js",
"start": "if-env NODE_ENV=production && npm run start:prod || npm run start:dev",
"start:dev": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment