/react-redux-posts

React + Redux posts application

Primary LanguageJavaScriptMIT LicenseMIT

Starting a redux project

1 - Inserting packages of redux:

    yarn add @reduxjs/toolkit react-redux

2 - Installing the files:

    yarn

3 - Start the project:

    yarn dev