Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 400 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 400 Bytes

vendx-website

Open index.html in browser to see the web page

Development Environment

Install the developer dependencies width

npm install

Live reload

To have webpage auto-refresh on making changes to file

npx browser-sync start --server --files css/*.css

Make localhost public

Make an account on ngrok and follow instructions there