@tiarebalbi/flux-main-sample
v0.0.3
Published
Code Splitting with Flux and React
Downloads
3
Readme
flux-main-sample
Why do I want this?
As you probably know, there are numerous boilerplates available for React, so you might be wondering why you would want to use ours. Most of the boilerplate projects come with a lot of code that you rarely need. Our boilerplate was bootstrapped with Create React App and provides you with a great starting point for any React project with as few lines of code as possible, especially if you want to use Flowtype.
| Platform | Details |
| -------------- |:------------------------------------------:|
| Install | yarn add @tiarebalbi/flux-main-sample
|
| npm | @tiarebalbi/flux-main-sample
|
| Bundle | unpkg.com |
| CDN | jsdelivr.com |
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
- Webpack Module bundler
- Jest Testing solution
How do I use this?
You can find our documentation here.
Usage
Install dependencies
Install the project dependencies using Yarn.
yarn
Development server
You can start the development server with the start
script.
yarn start
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
Credits
On this project I'm using the digiaonline/react-boilerplate boilerplate with some changes to replace MobX to Facebook Flux.