Platform | Details |
---|---|
Install | yarn add @tiarebalbi/flux-module-reports |
npm | @tiarebalbi/flux-module-reports |
Bundle | unpkg.com |
CDN | jsdelivr.com |
Sample application using the concept of code splitting and this repository will hold all packages used in the main sample flux-main-sample.
- 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
You can find our documentation here.
Install the project dependencies using Yarn.
yarn
You can compile the distribution build with the build
script.
yarn build
You can run the test suite with the test
script.
yarn test