Stores all public assets such as images, audio, json data...
Stores CSS styles.
- globals.css: stores css used around the whole website
- name.module.css: stores specific css (cannot store pure tags, only used ones are actually imported)
Stores JS and HTML.
- _app.js: main
- index.js: all information (HTML, JS) relevant to main page.