DEV Community

PauloSchreiner
PauloSchreiner

Posted on

Full-stack: Best order to develop a website

As a full-stack developer, what steps do you follow to create a simple website? I'm trying to develop a website for the school newspaper with Bootstrap and Flask. What do you suggest?

Top comments (1)

Collapse
 
sujeetpaandey profile image
Sujeet Pandey

First of all which type of website you want to develop, static or dynamic?

If you want to develop a static website than bootstrap (as bootstrap is only for styling) and flask is good choice.

You can also you the same to develop the dynamic websites which can have a flask API (as backend) and bootstrap and HTML for front end.

Also if you have some idea of JavaScript than you can try either react or angular as well, but it will require some learning.