Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 421 Bytes

Markup Practice Repository

Here I do html layout practice - transform design mockups to actual html+css pages

Notes

Set-up live-server

  • 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 with index.html file)