Here I do html layout practice - transform design mockups to actual html+css pages
npm install -g live-server
live-server --mount=/common:common --port=3000 [PATH]
--mount=/common:common
to mount common files to/common
route- you can pass
-mount
arguments as many as you want [PATH]
to the site root dir (dir withindex.html
file)