I currently have app that uses react boilerplate, My question is, is there any other to run it aside from using:
npm run build
npm run export
npm run serve
Every time i change something from the code, i have to do the above procedure which is time consuming.
Thanks