Ensure you have Node.js and npm installed on your machine.
- Clone this repository to your local machine:
git clone git@github.com:Gmatieso/Rick-Morty.git
- Navigate to the project directory:
cd Rick-Morty
- Install the required packages:
npm install
In the project directory, you can run:
Start the Development Server:
npm start
This command runs the app in development mode. Open http://localhost:3000 to view it in the browser.
Additional Packages
If you require additional packages for your project, you can install them using npm:
npm install package-name
For example:
npm install @popperjs/core --save
npm install sass
npm install react-paginate --save
npm install react-router-dom