Skip to content

ntomkin/lab4-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lab 4

Structure/Guide

For more information, read the Overview for Week 7, 8 and 9 in Canvas.

Development

Is this your first time? Make sure to:

  • save ./.env.blank as ./.env, then ensure all environment variables have a value.
  • save ./twilio/.env.blank as ./twilio/.env, then ensure all environment variables have a value.
  • run npm run setup to install dependancies for ./package.json and ./twilio/package.json

To run:

  • Nodemon: npm run dev
  • Node: node .

Deployment

To deploy:

  • npm run deploy

Notes

  • In package.json you'll notice that nodemon is running with the exec (-e) option. This is to include .mustache templates when monitoring for changes.

Help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published