Toolkit for building @valkyr web based applications in react.


Keywords
react, state-controller
License
MIT
Install
npm install @valkyr/react@0.22.4

Documentation

Valkyr

Valkyr SDK. A collection of TypeScript + JavaScript tools and libraries to build full stack software applications.

Pre-Requisites

This project uses PNPM to manage dependencies.

$ npm i -g pnpm

Setup

Install and build dependencies across all project folders:

$ pnpm install

Testing

We use jest for testing, just run the following command from root:

$ pnpm test