Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 270 Bytes

File metadata and controls

7 lines (6 loc) · 270 Bytes

Getting Started

  • ensure Node is installed
  • npm install downloads dependencies
  • npm run compile performs a one-time compilation, generating dist/bundle.js
  • npm start automatically recompiles while monitoring code changes