pip-webui
Version:
HTML5 UI for LOB applications
34 lines (25 loc) • 1.68 kB
Markdown
# <img src="https://github.com/pip-webui/pip-webui/raw/master/doc/Logo.png" alt="Pip.WebUI Logo" style="max-width:30%"> <br/> Getting Started
This sample demonstrates step-by-step creation of non-trivial Line-of-Business application
using [Pip.WebUI framework](http://www.github.com/pip-webui/pip-webui).
The application pretends to provide a tool to manage IoT nodes that measure air polution in certain area, like a plant.
It contains only 2 screens:
* List of IoT nodes with their location and status information
* Latest events occured with the IoT nodes: changing locations, on/off events, low battery warnings, critical failures/no data
Standard application functionality like navigation, signin/signup, user settings, help and notifications
will be provided out of the box by Pip.WebUI.
Todo: Add picture(s) that demonstrate the main application screens
Let's get started
- Step 1. [Create application structure](step1/)
- Step 2. [Include pip-webui components](step2/)
- Step 3. [Add global navigation](step3/)
- Step 4. [Add signin and signup pages](step4/)
- Step 5. [Add settings, feedback and help pages](step5/)
- Step 6. [Add Nodes page with tiles view](step6/)
- Step 7. [Add Events page with table view](step7/)
- Step 8. [Show notifications](step8/)
- Step 9. [Add map view to Nodes page](step9/)
- Step 10. [Add chart view to Events page](step10/)
To learn more about Pip.WebUI use the following resources:
- [Pip.WebUI project wiki](https://github.com/pip-webui/pip-webui/wiki)
- [Pip.WebUI discussion forum](https://groups.google.com/forum/#!forum/pip-webui)
- [Pip.WebUI team blog](https://pip-webui.blogspot.com/)