Skip to content

Instantly share code, notes, and snippets.

@dengue8830
Created January 1, 2018 22:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save dengue8830/b29c2816548e59be5cadc28f9aa30e75 to your computer and use it in GitHub Desktop.
"scripts": {
"start": "./node_modules/.bin/ts-node ./server.ts",
"watch": "./node_modules/.bin/nodemon -V -w . --ext \".ts\" --exec \"npm run start\""
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment