Uses official guidance from Using EJS with Express
Install dependencies npm install
Start express.js npm start
Then open: http://localhost:3456
- I was surprised that the official EJS documentation lacked a full start-to-end examples
- Created test data to mock original endpoint
- Managed to implement required functionality
- Not 100% confident in how
Vueinteracts withEJS, but it seems to work well — LGTM!