We can get some template from any web(theme) designer, which normally contains a set of html files with also js, css files inside it
node convert.js --from /data/tyolab/themes/boilerplates/vex --to /data/tyolab/mynewweb/client --dry-run true index.html
node convert.js --from /data/tyolab/themes/boilerplates/vex --to /data/tyolab/mynewweb/client --dry-run true --engine nextjs --strip_layout false index.html
# Replace All Strings
"\{(.*)\}" -> {$1}