Skip to content

Instantly share code, notes, and snippets.

@armand1m
Created October 27, 2020 17:47

Revisions

  1. armand1m created this gist Oct 27, 2020.
    2 changes: 2 additions & 0 deletions install-ts-nodemon.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    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"