0.0.7 • Published 6 years ago

@tiarebalbi/flux-module-reports v0.0.7

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

flux-module-reports

Maintainability Test Coverage Build Status npm (scoped) npm.io

License

PlatformDetails
Installyarn add @tiarebalbi/flux-module-reports
npm@tiarebalbi/flux-module-reports
Bundleunpkg.com
CDNjsdelivr.com

Summary

Sample application using the concept of code splitting and this repository will hold all packages used in the main sample flux-main-sample.

What do I need to get started?

What's in the box?

  • Flowtype Type checker
  • React User interface components
  • Flux Application Architecture For Building User Interfaces
  • Babel JavaScript transpiler
  • ESLint JavaScript Linter
  • Prettier Code formatter
  • Jest Testing solution

How do I use this?

You can find our documentation here.

Usage

Install dependencies

Install the project dependencies using Yarn.

yarn

Distribution build

You can compile the distribution build with the build script.

yarn build

Test

Test suite

You can run the test suite with the test script.

yarn test

License

Apache-2