Skip to content

FiberJS/github-repo-browser

 
 

Repository files navigation

github-repo-browser

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

install

clone and then the usual

npm install
npm start

Then go to http:https://127.0.0.1:8080/

tests

npm test

development

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.

todo

  • 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

About

Sample app to showcase and develop the Fiber framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 80.5%
  • CSS 15.8%
  • HTML 3.7%