1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-28 04:53:06 +03:00
Commit Graph

15 Commits

Author SHA1 Message Date
Jens Krause
2968979823
Add endpoint categories + read state (#202)
+ handle data
+ view data
+ read state on client side
2017-09-07 22:09:32 +02:00
Jens Krause
1c963e30f8
Guide.Types -> Guide.Common.Types 2017-09-07 22:03:20 +02:00
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
7582add684
Fix: Remove purescript-smolder from resolutions 2017-09-01 22:11:10 +02:00
Artyom
ee9502d300
Move purescript-smolder to “resolutions” 2017-08-31 20:30:41 +03:00
Artyom
404a8e400d
Record the purescript-smolder version we use 2017-08-31 17:59:06 +03:00
Artyom Kazak
62b721773b Update building instructions 2017-08-31 17:22:22 +03: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
afc326c30c
Extract pulp scripts, which might be deprecated
in any future ...
2017-08-27 22:20:55 +02:00
Jens Krause
9115a574a5
Remove ejs templates (#193)
All HTML will be rendered by PS (Smolder)
2017-08-27 21:30:28 +02:00
Jens Krause
4367331565
Build server-side by webpack (#193)
+ make `webpack` configs DRY
2017-08-27 21:28:38 +02:00
Jens Krause
de167957da
Server-side rendering of category-detail (#193) 2017-08-27 21:27:00 +02:00
Jens Krause
5d5fd84b47
Add npm commands (#193) 2017-08-27 19:29:37 +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
Jens Krause
ef5d835c2a
Provide Express server (#193) 2017-08-25 21:54:24 +02:00