Skip to content

bvikramjava/distributed

 
 

Repository files navigation

Fun Retrospectives

To run the app locally:

  1. Install dependencies
npm install
  1. Run Webpack
npm start
  1. Open your browser http://localhost:8080/

Roadmap/ToDos:

  • Require images with webpack.
  • Deploy with gh-pages.
  • Separate landing page from retro board with angular routing.
  • Load directive templates with ng-template-loader.
  • Include testing through npm with karma and mocha.
  • Enable code coverage using karma-coverage with webpack supported methods webpack/karma-webpack#21, Medium article
  • Lint Sass.
  • Lint HTML for accessibility.
  • Upgrade firebase version
  • Enable html5Mode

Build for deployment:

npm build

Run tests:

npm test

Code Coverage:

As you run tests, view coverage results by opening the coverage/ in any browser.

Lint:

npm run lint

About

👍 Easy to use and beautiful restrospective tool

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 61.0%
  • CSS 20.0%
  • HTML 18.8%
  • Shell 0.2%