/Redux-API-Basics

Primary LanguageJavaScriptMIT LicenseMIT

REDUX-API-BASICS

This exercise will help me learn how to connect async logic to interact with a Redux store when fetching data from an external API.

Setup

Clone this repository to your desired folder:

  cd [my-folder]
  git clone "putHereRepoLink"

Install

Use this command to initiliaze all packages:

  npm install

Usage

Use this command to open the web server:

  npm start