mwaylabs / uikit-sample-portal

Sample portal using the mw-uikit

Home Page:https://mwaylabs.github.io/uikit-sample-portal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample portal using the mw-uikit

https://mwaylabs.github.io/uikit-sample-portal


Languages

Language:JavaScript 58.8%Language:HTML 29.2%Language:Shell 6.2%Language:CSS 5.8%