5.3 Structure of an URL

More resources here: https://developer.mozilla.org/en-US/docs/Learn/Common_questions/Web_mechanics/What_is_a_URL

5.3.1 Web app files structure

A Shiny app is different! The index.html is created on the fly.

Basic App folder:

  • app.R or ui.R/server.R
  • A www folder containing assets like JS, CSS, images.