Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 809 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 809 Bytes

Rick and Morty Consumer

This project is about a React.js application that consumes the Rick and Morty API.

You can checkout the running project here.

Technologies

This project is based on some known React.js libraries such as:

Run the development server

# Clone repository
git clone https://github.com/zoruka/rick-and-morty-consumer

# Open folder
cd rick-and-morty-consumer

# Install dependencies
npm install

# Run
npm start

# The server will start on 9000 port - http://localhost:9000