WendellAdriel / react-redux-simple-example

Simple React app using Redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React and Redux Simple Example

Simple React app using Redux

How to use

  • Clone this repo and enter it

  • Install the dependencies

yarn

Commands available

  • To run the app in development mode use
yarn serve:dev
  • To run the tests use
yarn test
  • To run the tests in watch mode use
yarn test:watch

About

Simple React app using Redux


Languages

Language:JavaScript 90.4%Language:HTML 9.6%