A Rick & Morty application built with modern web development technologies such as React, Redux, and Webpack. This project provides an engaging interface to explore the world of Rick and Morty.
Clone the repository and follow the instructions below to set up and run the application locally.
git clone https://github.com/albertoarraco/rick-and-morty.git
cd rick-and-morty
Install the project dependencies using npm:
npm install
Here are the available NPM scripts:
npm start
This runs the Webpack Dev Server with hot module replacement enabled.
npm run build
Creates an optimized production build.
Contributions are welcome! Please submit a pull request or report issues on the GitHub Issues page.
Created by Alberto Arracó. Check out the repository for more details.