-
Notifications
You must be signed in to change notification settings - Fork 44
FrontEnd
Charles Solar edited this page Jun 13, 2018
·
1 revision
The frontend is a react app mixed with Mobx-State-Tree and MaterialUI. It uses ServiceStack's typescript client api to communicate with the server via request dtos modeled as state tree actions.
Note the original eShopOnContainers uses Angular - so the frontend here is a complete rewrite.
The different parts of the app are separated into parts
- administration
- authentication
- basket
- catalog
- configuration
- orders
each submodule part contains its own models, views, and components.