A. Initial setup - miguemesen/Fullstack_tuto GitHub Wiki

  1. Run on terminal one: yarn watch

This will constantly compile your .ts and turns it into .js inside dist


  1. Run on terminal two: yarn dev

This will constantly run your index.js