Created by: drewswaycool
Issue: for some reason clearConsole();
was being used in a few places that no longer seem relevant.
Note: I really am unsure why a developer would want their terminal cleared when doing development. I imagine there may have been a reason at some point and perhaps there still is?
when running npm start
BEFORE:
Here you lose all history of previous activity in your terminal.
when running npm start
AFTER:
Here your history is preserved.