Intense Camping is a demo application that can be used to demo simple product features on the Heroku platform. Check out the demo script for suggestions on how to run the demo for CI/CD. This demo is flexible and can be used to demo things like auto scaling, deploying to multiple production apps, deploying to priave and shield privage spaces, managing Heroku Teams, etc.
This is a Next.js (beta) universal app (React + server-side rendering) with a custom Node server; using Jest for testing.
# Setup
npm install
# Testing
npm test
# Start the hot-reloading dev server
npm run dev