A. Initial setup - miguemesen/Fullstack_tuto GitHub Wiki
- Run on terminal one:
yarn watch
This will constantly compile your .ts and turns it into .js inside dist
- Run on terminal two:
yarn dev
This will constantly run your index.js
yarn watch
This will constantly compile your .ts and turns it into .js inside dist
yarn dev
This will constantly run your index.js