Skip to content

freddyrangel/async-in-redux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Redux Workshop

Requirements:

  • Git
  • Node.js
    • NVM is the easiest way to manage Node. Its setup instructions here. Then run nvm install node && nvm alias default node, which installs the latest version of Node.js and sets up your terminal so you can run it by typing node. With nvm you can install multiple versions of Node.js and easily switch between them.
    • New to npm?

Instructions:

cd into this project and install all the dependencies with npm install. Once that's finished, type npm start and you should see the project in your browser at localhost:3000.

Module Diffs

About

Async in Redux Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published