Skip to content

mwaylabs/uikit-sample-portal

Repository files navigation

Uikit Sample Portal

Check out the live demo

Cloud Player Teaser

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

Development

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