This is an example application which shows implementation of Early Flush Strategy. Explanation about the strategy can be found here https://medium.com/p/117bace9eb10
- Clone the repository.
- Run
npm ci
- Run
npm start
- Open
http://localhost:8010/
in browser.