DEV Community

Discussion on: Need info on web development

Collapse
 
violet profile image
Elena

This is my web development process. I also start doing the design in figma or sometimes adobexd. Once the design is finished, then I use Desech Studio to import the design file and get the html structure and style. I have to change the margins and sizes and then I do the responsiveness.

Then I can work with static html/css and do the programming in vanilla javascript. If the project requires react, angular or vue, then I use the necessary Desech Studio plugin and export my code to react or what ever.