Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (26 loc) · 547 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 547 Bytes

🍦 HVLS

HTML validation live server (Simple live-server with html validator)


How to use?

Install packages globaly! ONCE! Don't do it next time!

npm run once

Create new project (new folder, for example "homework-1")

npx degit mergerocks/hvls homework-1

or

Create new project (in existing folder)

npx degit mergerocks/hvls .

Development (open in browser http://localhost:3000)

npm run dev


Made by Merge Academy