This app allows the Rick & Morty Fans to find more infomation about thier favorite characters
To start this project, please clone the repository in your local drive by typing the following command in your console:
git clone https://github.com/Jean-Cairoli/Rick-n-Morty-app.gitNext, move into the Rick-n-Morty-app folder and execute the command below to install all the necessary dependencies
npm installNext, execute the command below to start the application
npm startTo verify that this command was successful, please go to the below link to test it out: http://localhost:3000
To Launches the test runner in the interactive watch mode run the command below
npm test