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

https://github.com/claeusdev/rnm

Rick and Morty wiki
https://github.com/claeusdev/rnm

Last synced: 6 months ago
JSON representation

Rick and Morty wiki

Awesome Lists containing this project

README

          

# Simple Rick and Morty Browser

This application was bootstrapped using `Create-React-App`.

## How to run the project

To run this app follow these steps:

- Install NodeJS
- Clone this repository: `git clone git@github.com:claeusdev/RnM.git`
- Move to the directory: `cd RnM`
- Install all the things: `yarn install`
- Run `yarn start` to start the whole project

## How to run the tests
- Run: `yarn test`
Launches the test runner in the interactive watch mode.\

## Run the Production build
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

You can simply build the production ready installation just using:
- `yarn build`