https://zoomme.me - Super simple zoom meme generator.
To install all the dependencies:
$ npm install
To re-build the solution:
$ npm run build
- compile the JS files using webpack 4.x and babel
- check the syntax of the JS, according to StandardJS (via ESLint)
- unit tests with Jest
- code coverage with codecov
- Continuous Integration via Codeship
- service workers, pre-cache and offline via sw-toolbox