Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 298 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 298 Bytes

Is it programming? Data collection webapp

By @laras126 and @felienne.

Dev notes

  • Using Browserify to bundle modules

Commands

  • npm install to install dependencies.
  • npm run build to bundle JS modules.
  • npm run watch to watch for JS changes and automatically run the JS build.