Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.9 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.9 KB

React App Template

Build Coverage License

Simple starter template for building React apps with Redux, Redux-Saga and Styled Components.

How To Run

Prerequisites:

  • node version 18.12.1 or later
  • npm version 8.19.2 or later

Development

  1. Run npm install to initialize the environment.
  2. Run npm start to start the dev server.

Production

  1. Run npm install to initialize the environment.
  2. Run npm run build to build the site.

References

React Docs

Redux Docs

Redux-Saga Docs

Scaling Your Redux App With Ducks

Styled Components Docs

ARIA Roles, Attributes & Techniques

React Testing Library Cheatsheet

React Testing Library Queries

React Testing Library Events

Redux Tests

Redux Saga Tests