Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 558 Bytes

File metadata and controls

11 lines (11 loc) · 558 Bytes

webapp-boilerplate

Boilerplate code for a simple webapp

Setup

  • git clone https://github.com/sitevision/webapp-boilerplate.git
  • cd webapp-boilerplate
  • npm install
  • npm run setup

Building

  • npm run zip compress /src into /dist
  • npm run deploy compress /src into /dist and upload to the addon configured in the setup task
  • npm run force-deploy compress /src into /dist and upload to the addon configured in the setup task. This will overwrite the current webapp if it has the same webapp-version defined in manifest.json.