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 server. For example, some files must be accessible at example.com, and another part of the example must be available at alt.example.com.