DEV Community

Discussion on: How do you truly start with Web Design? But, you don’t really like styling?

Collapse
 
taschenbergerm profile image
Taschenbergerm

If you just want a minimal interface to your code/ information I can only recommend dash by plotly to you. It's a python library that allows you to write both the server and the front-end in python.

The frontend gets transpiled to react on server-start and it also handles the communication for you. So you can focus only on the important parts - though you are limited with the styles/designs that were already integrated.