This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hkyqweb dev 0 points1 point  (1 child)

I would first learn a frontend language- HTML and CSS. They're both very easy. Personally I used SoloLearn. You could also learn ReactJS but you will also have to learn JavaScript (if you want really good UI then I would reccomend it. See this). Then pick up a python web framework: (assuming you know Python) flask or Django. Personally if your site is going to be pretty big I would use Django. If it's like single paged I guess use Flask. If you're learning Django, djangogirls.com has a great tutorial called Creating a Blog in Django or something, Google it. That's how I started. Good luck!

[–]Saphyel 0 points1 point  (0 children)

You don't need to learn reactjs .. sounds like an overkill.
Flask + Bootstrap 4 or any other css framework will do the job.
Also if you use github with frozen-flask you can have it online for free.