Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 334 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 334 Bytes

Vanilla JS Web Components + WebPack

Starter for building vanilla JS components with WebPack

Installation

  • git clone https://github.com/HJordan35/vanilla-web-component-starter.git my-component
  • cd my-component
  • git remote rm origin
  • Add new origin if necessary
  • npm install
  • npm start
  • visit http://localhost:8080