1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-10 23:19:47 +03:00
Commit Graph

4 Commits

Author SHA1 Message Date
Jens Krause
28eb2ee6f2
Generate PS types of API endpoints (#199)
by using `purescript-bridge`.

- Extract content of `Guide.Api` into `Guide.Api.*` modules.
- Add custom client types to simplify bridging types from HS to PS.
2017-09-01 22:13:16 +02:00
Jens Krause
b7921a00d2
Add Pux example app for cat-overview (#193)
+ add routes on client-side
2017-08-27 22:22:13 +02:00
Jens Krause
de167957da
Server-side rendering of category-detail (#193) 2017-08-27 21:27:00 +02:00
Jens Krause
6a49d7b6ad
Add server|client|common folders (#193)
+ add an example `Pux` app for `category-detail` page (still in progress)
2017-08-26 22:38:49 +02:00