Sample app to showcase and develop the Fiber framework.
Online demo: https://github-repo-buzzer.herokuapp.com
You can check out the framework here: https://github.com/fiberjs/fiber-framework
The flow-manager ui component is here: https://github.com/fiberjs/flow-manager
clone and then the usual
npm install
npm start
Then go to http://127.0.0.1:8080/
npm test
I usually run these commands in split tabs:
webpack --watch
karma start
http-server ./
So you can see all your errors and test failures instantly.
- dev and prod environments and configurations
- minifying/gzipping in production
- pre-compile the framework code so no need for webpack config
- import webpack config in both build and test
- add tests for ui components and GitHub namespace
- play with integration tests