Express Template

Outline

An Express Site using Handlebars templates on AWS API Gateway behind Cloudfront.

Alt Text

Setup & Run

  1. npm install in the root of the project
  2. cd api
  3. Change name of the serverless service and update any non-unique infrastructure names.
  4. npm run deploy
  5. npm start will start the local environment
  6. http://localhost:4000/dev/public/ open url in browser - trailing slash is important for links (in local)

Considerations

Technology

Issues

Local Development

Back