reactonite/core

Change watch to start in reactonite command line

Closed this issue · 0 comments

This will allow one to do real-time changes in the codebase with transpilation.

$ reactonite start

does 2 things:

  1. runs npm start in react app directory and
  2. each time file change is happening calls transpile (to do create a filepath entry point)