Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 446 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 446 Bytes

contact-card-widget

an embeddable widget to display contact information

run the app locally

  • npm i -g browser-sync
  • go to the root folder where index.html resider
  • run command in terminal browser-sync start --server --files ".html, .js, .css, **/.html, **/.js, **/.css, **/*.ts

its packaged as vite bundling, no react for now, vanilla js and es6 modules

run as dev: npm run dev, run at http://localhost:5173 build: npm run build