@repay/cactus-fwk
v0.5.8
Published
Cactus Framework for React
Downloads
16
Keywords
Readme
@repay/cactus-fwk
A React framework to implement common front-end requirements.
Documentation
Documentation is available in the root of the repository.
Contributing
The example applications should be used for implementation testing and local usage.
Commands
All of these commands can be run from the root of the repository using the
fwk
shortcut. (e.g.yarn fwk test
)
Running tests
yarn test
Running tests in watch mode
yarn tdd
Building
yarn build
Building in watch mode
yarn dev