Skip to content

robinlagren/webapp-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Boilerplate code for a simple webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 89.1%
  • HTML 10.3%
  • CSS 0.6%