How to prepare the HTML for WordPress [closed]

The best and easiest solution (imo) would be to develop your design directly in the Underscore theme. This way you will code only once the design – you won’t have to redo the dynamic parts (like the menu items, widgets and other parts managed by WordPress).

The alternative would be to code your design in plain HTML/CSS/JS and then transform these files in a WordPress theme. But I don’t see this solution to be efficient / productive.