This small app giving a demo of React uses with Redux,React Router
.
The app showing the list of movies with lazy loading from Node/express server.On clicking of individual movie,
It redirecting to detail page of Movie information.
- You need to setup backend server for API.
- You need to clone the repo React Movie Mania Api.
- Please follow the instruction given to setup this backend server.
Please install create-react-app first
npm install -g create-react-app
git clone https://github.com/riyajk/react-movie-mania.git
cd react-movie-mania
npm install
npm start
- Riyaj Khan - stackoverflow
This project is licensed under the MIT License - see the LICENSE.md file for details