aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

`Express` server + multi-pages Pux apps (#193) #194

Closed sectore closed 7 years ago

sectore commented 7 years ago

This is the start of re-writing the front-end page by page. First step is to provide a Express server (see front-ps/server/Main.purs) to serve each page. Each page will have a single JS entry point (which is a single JS file compiled from PS). This JS will be included by Express in a page. ~so that we can render different pages with the same EJS template (see front-ps/public/views/layout.ejs)~

UPDATE (26th August):

UPDATE 27th August: