Skip to content

efloden/react-redux-pokeapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Redux workshop with PokéAPI

This workshop uses the PokéAPI to create an example React/Redux application.

How to follow this workshop

Follow the step markdown files in the docs folder, starting with docs/step1

The final application code is already present in the src/ directory.

You can run the application to view the final project in your local browser, or view it deployed on Netlify.

Once you are ready to begin, delete the src directory files and follow the steps in the docs folder.

Setup

Make sure Node is installed. Node: version 15.13.0

Installing Node on Mac

You can use the Homebrew package manager to install Node:

brew install [email protected]

Installing Node on Windows

Use the Windows Installer from the Node website.

Running the application

  1. Install the node modules:
npm install
  1. Run the application
npm run start
  1. Navigate to localhost:3000 in your browser.

Recommended Learning Resources

Advanced Learning Resources

React File Structure

React Router

Redux

Other Resources

Releases

No releases published

Packages

No packages published