A starter template for Google Apps Script Web App projects. Google Apps Script only serves single html files and cannot include external .css or .js files. The build step packges all assets and dependencies into a single html file.
- Install Clasp
- Clone repo
- Navigate to the appsScript directory and create a new Apps Script project
- In terminal, run "npm install"
- To watch for file changes, run "nodemon watch".