Skip to content

Latest commit

 

History

History
21 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

21 lines (10 loc) · 391 Bytes

react-redux-ts

This project was bootstrapped with Create React App.

The scope is to get redux, react and typescript to work together.

Testing in jest and RTL

Usage

run the app in development mode:

npm start

Open http://localhost:3000 to view it in the browser.

run the test suite:

npm test