Title: WTCT Helper App Description: A simple app to help with bookings Author: Josh W Date: 2023-01-31
A simple app to help with bookings
Go to debug tab
- Launch program 2.Launch chrome for frontend
[sendmail] smtp_server=smtp.gmail.com smtp_port=465 smtp_ssl=true smtp_user=[email protected] smtp_pass=yourpassword from_address=[email protected] from_name=Your Name
Alternative config in package.json using nodemon and browsersync
"scripts": { "start": "node app.js", "debug": "set DEBUG=express:* & node ./bin/www", "dev": "nodemon -e * ./bin/www", "ui": "browser-sync start --proxy localhost:1500 --files=**/* --ignore=node_modules --reload-delay 1000 --no-ui --no-notify --no-inject-changes" },