Skip to content

The front-end React application of the Peak ecosystem.

Notifications You must be signed in to change notification settings

nateweller/peak-react-app

Repository files navigation

Peak React App

The front-end React application of the Peak ecosystem.

Built with create-react-app and electron.

Quick Start

  1. Clone the repository.
  2. yarn install
  3. yarn start

Local Development

  • yarn start

Deploying for Web

  • yarn build

Deploying for Electron

  1. yarn build
  2. yarn electron-package

Application Hooks

The application framework is largely based on custom React hooks such as:

  • useAlerts()
  • useAuth()
  • useDataStore()
  • useDataStoreItem()