Files
send/app
Ashesh Vidyut 1cd4adfc2a made variable name more relevant
Co-authored-by: timvisee <tim@visee.me>
2020-10-18 15:30:54 +02:00
..
2020-10-18 15:30:54 +02:00
2020-10-16 15:50:36 +02:00
2018-12-18 13:55:46 -08:00
2019-07-29 15:26:11 -07:00
2020-10-16 15:52:18 +02:00
2020-03-31 22:03:08 +02:00
2019-03-12 08:37:43 -07:00
2020-10-16 18:16:14 +02:00
2019-11-12 19:09:07 +01:00
2020-10-16 15:47:56 +02:00
2019-08-02 12:03:53 -07:00

Application Code

app/ contains the browser code that gets bundled into app.[hash].js. It's got all the logic, crypto, and UI. All of it gets used in the browser, and some of it by the server for server side rendering.

The main entrypoint for the browser is main.js and on the server routes.js is imported by /server/routes/pages.js

  • pages contains display logic an markup for pages
  • routes contains route definitions and logic
  • templates contains ui elements smaller than pages