Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 765 Bytes

README-REACT.md

File metadata and controls

20 lines (14 loc) · 765 Bytes

React UI for OpenAP Inventory Manager

This is the UI package for the OpenAP Inventory Manager.

If you'd like to skip the details, just use the Quickstart.

This package is responsible for managing:

  • React Components: A set of React components to build out the UI for managing inventory against the server.
  • Redux Functions: Reducers, setters, and selectors for working with a Redux store to manager state in the UI.

Quickstart

The easiest way to start is to use our Next.js template. It will create everything you need to get up and running. The repo and instructions can be found here: OpenAP Next JS Template