The requirements for this book are straightforward for AMP, and are similar for every chapter:
- Webserver such as Apache, NGINX, or NodeJS
- Web browser (such as Chrome or Firefox)
- Text/HTML editor (such as SublimeText)
- A web-connected mobile device, such as an Android or iOS phone, is recommended but not required
Additionally, some examples require the following. Where required, this is noted along with the example:
- HTTPS.
- Server-side technology--some examples require a server-side component to deliver data. PHP was chosen for its wide availability, but any server-side language could be used.
- Access to an alternative domain--this can simply be a domain alias that points to the same application directory on your ...