- Install dependencies
npm install
- Run Webpack
npm start
- Open your browser http://localhost:8080/
- 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
npm build
npm test
As you run tests, view coverage results by opening the coverage/ in any browser.
npm run lint