gtm templates dot com website
- Clone repo
- Create folder
secretin project root - Create a new JSON key for the
App Engine default service accountat https://console.cloud.google.com/iam-admin/serviceaccounts?project=gtm-templates-com, and download it asclient-secrets.json, store it in thesecretfolder - Run
export GOOGLE_APPLICATION_CREDENTIALS=secret/client-secrets.json4.1 on Windows Runset GOOGLE_APPLICATION_CREDENTIALS=secret/client-secrets.json - Install
gruntwithnpm install -g grunt-cli - Run app with watchers using
grunt - Browse to
localhost:8080
All tests: npm test
Unit tests: npm run test:unit
Integration tests: npm run test:integration