Skip to content

Instantly share code, notes, and snippets.

@armand1m
Created October 27, 2020 17:47
Show Gist options
  • Save armand1m/ab1a7b2133576d9cd008426dd1129cfc to your computer and use it in GitHub Desktop.
Save armand1m/ab1a7b2133576d9cd008426dd1129cfc to your computer and use it in GitHub Desktop.
adds nodemon and ts-node
yarn add -D nodemon ts-node
npx add-project-script -n "dev" -v "nodemon --watch 'src/**/*.ts' --ignore 'src/**/*.spec.ts' --exec 'ts-node' src/index.ts"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment