Skip to content

tomaszbujnicki/react-rick-and-morty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rick and Morty React App

Live

Rick and Morty React App

Overview

Installation

  1. Clone the repository

    git clone https://github.com/tomaszbujnicki/react-rick-and-morty.git
  2. Install dependencies for server

    npm install
  3. Install dependencies for client and build static files

    npm run build
  4. Run the Express server

    npm start
  5. Open your browser

    Server listening on 3001

Pages

Pages Routes (with example params) Description
Home root Home page with random content
Search root/search/character/name/Rick Search results
Characters root/characters List of all characters
Locations root/locations/4 List of all locations
Episodes root/episodes List of all episodes
Character root/character/1 Single character page
Location root/location/1 Single location page
Episode root/episode/1 Single episode page