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

Latest commit

 

History

History
8 lines (5 loc) · 234 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 234 Bytes

running

  • npm install
  • npm run start

making a build

  • npm run build will output a bundle.js file to the directory suitable for publishing to static hosting etc. might want to run it through uglify or something too ;)