Skip to content

jongbochung/redux-thunk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redux is a predictable state container for JavaScript apps.

What is it?

Take a look here to find out what it looks like.

* This is a single page App searching movie data with a json open api.
* You can find out how to use redux-thunk with axios.

Libraries and tools

  • create-react-app
  • redux
  • react-redux axios
  • axios
  • redux-thunk
  • react-loading-animation
  • surge.sh

branch

installation

All you need to do is clone or download this repository

git clone https://github.com/jongbochung/redux-thunk.git

Running

To start this application run command bellow

yarn

To test your application, run

  • yarn start

This is also watching for changes, so when you update some code, you don’t have to restart the server, it does that automatically

Deployment

Surge.sh

Simple, single-command web publishing. Publish HTML, CSS, and JS for free, without leaving the command line.

  • Don't forge to install Surge npm i surge -g
  • Check out more detail here