Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 367 Bytes

movielistr-react-redux

The MovieListr application made with React + Redux.

To run correctly, the backend should also be deployed. This is the movielistr-backend-java project found here:

https://github.com/ivarcegeka/movielistr-backend-java

To build and run this project, do the following:

    npm install yarn -g
    yarn install
    npm run serve