Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frichardben/rickandmorty-api


https://github.com/frichardben/rickandmorty-api

reactjs sass typescript webpack

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## :construction: Overview

Consume API Rick and Morty

## ℹī¸ About this project

This project consists of a web application that lists Rick and Morty character

## 📝 Technologies

- [Webpack.js](https://webpack.js.org/)
- [React.js](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Sass](https://sass-lang.com/)

## :computer: Getting Started

### Prerequisites

- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/) _(version 14 or greater)_.
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable) _(version 1.22 or greater)_.

### :anchor: Installing

```bash
$ git clone https://github.com/frichardben/rickandmorty-api
# Go into the repository
$ cd rickandmorty-api
# Install dependencies
$ yarn install
# Run the project
$ yarn dev
```