Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 331 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 331 Bytes

React Typescript Bolierplate

This a boilerplate with the basic structure for a web app using React and Typescript. Feel free to use it.

  • Typescript
  • Framework: React File structure
  • State management : Redux - @reduxjs/toolkit
  • Styles: SASS
  • Lint : eslint extending from airbnb's
  • Unit testing: Jest
  • E2e testing: Cypress