Open two terminal tabs and run :
# install packages
$ yarn install
# watch and build the code in the 1st tab
$ yarn build
# Run and watch the code in the 2nd tab
$ yarn start
Run and debug a small portion of code locally instead of using online tools.
JavaScript