1. -1
  1.  

  2. 3

    Hey there, welcome to Lobsters!

    Direct-linking of github repos can get a little tedious; I would rather see a short blog post talking about the project and why it’s useful, or what led to its creation.

    1. 1

      Hi Agree. Sorry for that, this is my second post so just try to understand how it works. Added description

    2. 1

      What can you find here?

      • Express, Cors
      • React + Redux, ES6, async/await
      • React Router
      • Internationalization
      • SASS
      • PostCSS (autoprefixer), so you do not need -webkit, -moz or other prefixes
      • Build script configuration Development, Staging, Production with CDN, cache-busting support
      • Build script to bundle JS, CSS, with sourcemaps
      • Unit tests Jest, Enzyme
      • E2E Cypress tests
      • ESLint
      • Ghooks (pre-commit with unit tests and eslint validation)
      • Code Coverage (https://codecov.io)
      • Travis CI runs Unit and E2E tests and report to codecov