Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frichardben/rickandmorty-api
https://github.com/frichardben/rickandmorty-api
reactjs sass typescript webpack
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/frichardben/rickandmorty-api
- Owner: frichardben
- Created: 2022-02-27T18:49:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T23:58:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T01:15:05.928Z (over 1 year ago)
- Topics: reactjs, sass, typescript, webpack
- Language: SCSS
- Homepage:
- Size: 951 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```