atfzl / react-redux-typescript-boilerplate

A frontend boilerplate with React, Redux, Typescript and Webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Boilerplate with React, Redux & TypeScript

  • yarn install
  • yarn start

Running integration tests with cypress:

  • start the server with yarn start and keep it running for integration testing
  • yarn test will run the tests specified in <project_root>/cypress/integration/*.js.
  • yarn coverage to view the coverage at http://127.0.0.1:8080.

About

A frontend boilerplate with React, Redux, Typescript and Webpack


Languages

Language:TypeScript 78.3%Language:CSS 11.0%Language:JavaScript 10.4%Language:HTML 0.3%