Website

RELATED: EXAMPLES > Cloud Solutions#Website |

Explore further

Simple website hosted locally

Examples - AWS

  • Basic website, django - see DEV-SEC-OPS > Cloud-AWS > Examples - Elastic Beanstalk

  • Basic website, nginx, docker - see DEVELOP > CN - Docker > Examples - "Create image - basic; basic website hosted by nginx"

  • Website, flask, elastic search backend - see DEVELOP > CN - Docker > Examples - "Docker compose; website - API - ElasticSearch"

Hosted sandbox

See:

Typescript

How-to

Disable browser cache for web development
  1. Right-click and choose Inspect Element to open the DevTools

  2. Click Network in the toolbar to open the network pane

  3. Check the Disable cache checkbox at the top.

References

Last updated