wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.63k stars 1.18k forks source link

Clean up the output of `wasp start` #1081

Open sodic opened 1 year ago

sodic commented 1 year ago

Running wasp start produces a lot of output, most of it is irrelevent. We should think about what we want to remove/hide (perhpas behind a configurable verbosity setting?).

Possible low hanging fruit:

  1. Spacing
  2. Emojis and dots

For inspiration, take a look at Next and T3.

Martinsos commented 1 year ago

You also mentioned improving displaying of error messages, they are completely red which makes them somewhat hard to read sometimes.