Ask HN: As a backend, how do you do your sideproject’s front end? I really hate the JS ecosystem.. I’ve tried several times to adopt it and I just find the thing ugly as .... am I stuck? |
Ask HN: As a backend, how do you do your sideproject’s front end? I really hate the JS ecosystem.. I’ve tried several times to adopt it and I just find the thing ugly as .... am I stuck? |
If you want to polish the UI a bit consider throwing in some simple CSS—either handrolled or prebuilt with Bootstrap or Semantic UI.
This reply assumes the project serves the UI over the web. For applications that are not hosted apps, I've had CLI tools just spin up a local server with the UI for a quick proof of concept UI.