@tiarebalbi/flux-module-reports
v0.0.7
Published
Module of Reports in the Code Splitting sample with Flux and React
Downloads
7
Maintainers
Readme
flux-module-reports
| Platform | Details |
| -------------- |:------------------------------------------:|
| Install | yarn add @tiarebalbi/flux-module-reports
|
| npm | @tiarebalbi/flux-module-reports
|
| Bundle | unpkg.com |
| CDN | jsdelivr.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