A web application starter kit built on Polymer, Web Components, NodeJS and Predix UI Components
The Predix WebApp Starter is a web application starter kit designed to accelerate Predix application development. It is a simple web application that provides code examples on various features such as branding, theming, layout, navigation, responsiveness, organization of views, data presentation, and micro-services integration. The purpose of the Starter is to simplify application development, allowing developers to focus on functionality rather than building everything from scratch. It is built on Polymer, a component framework that utilizes the browser's native capabilities and provides polyfills for consistent cross-browser behavior. The Starter also incorporates Predix UI Components, which are reusable UI building blocks designed to address common UI patterns. The backend of the Starter is implemented as a NodeJS/Express web server, and many of the features offered are from open-source component projects with available documentation and community support.
To install the Predix WebApp Starter, follow these steps:
The Predix WebApp Starter is a web application starter kit that aims to simplify Predix application development. It provides code examples and features for branding, theming, layout, navigation, responsiveness, and more. Built on Polymer and utilizing Predix UI Components, the Starter ensures consistent behavior, look-and-feel, and high code reusability. The backend is implemented as a NodeJS/Express web server, and many of the features are from open-source projects with available documentation and community support. Overall, the Starter accelerates application development and allows developers to focus on functionality rather than boilerplate concerns.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
Gulp.js is an old but popular site building tool that automates various repetitive development tasks in web development, such as compiling Sass, minifying JavaScript, and optimizing images.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.