Files
send/app
John Gruen 7197cc3bea Add legal and final strings (#1185)
* add legal and final strings

* removed unneeded suffixes from string ids

* removed unused strings and simplified string ids for vnext-only strings

* reword nostreams option
2019-03-04 14:13:17 -08:00
..
2019-03-04 14:13:17 -08:00
2019-02-25 11:44:44 -08:00
2019-03-01 14:12:23 -08:00
2019-02-22 17:12:30 +01:00
2018-12-18 13:55:46 -08:00
2018-09-04 10:41:45 -07:00
2019-02-22 13:59:57 -08:00
2018-03-07 15:01:08 -08:00
2019-02-25 11:44:44 -08:00
2018-12-18 13:55:46 -08:00
2019-03-01 16:26:27 -08:00
2018-07-27 16:40:52 -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/index.js gets 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