Skip to content

atfzl/react-redux-typescript-boilerplate

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.3%
  • CSS 11.0%
  • JavaScript 10.4%
  • HTML 0.3%