Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 1.95 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.95 KB

SCEPTER-webui

Utilities for the web user interface boilerplate extracted from react-boilerplate and packaged in a modular library

scepter-logo

redux-logo

react-boilerplate

airbnb-codestyle

Build Status

codecov

Usage

Works best with the SCEPTER-Framework but can be used standalone in the same fashion of react-boilerplate as well. Understanding react-boilerplate will give a better idea on how it is used, otherwise it is included automatically in SCEPTER whenever you initialize a web UI with the ui command (see SCEPTER-Core README.md for the latest command documentation).

The difference between this repository and react-boilerplate is that many of the react-boilerplate scaffolding files have been turned into packages so that it is easier to build modular reusable components without referencing the underlying scaffolding, allowing for greater decoupling.