This sample portal is using the mw-uikit to demonstrate its features. It is a simple CRUD application to create, read, update and delete heroes similiar to the Angular Tour of Heroes getting started guide.
All steps to build the portal are documented here: https://github.com/mwaylabs/uikit-sample-portal/wiki
For the API a simple json-server was set up to store the data.
The server is deployed via AWS Code Deploy on an EC2 instance. All steps for the AWS deployment are documented here
To run the sample portal on your machine clone this repository and run
npm install
To start the portal run
npm start
Open a new terminal window to start the json-server
npm run server