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
- Host: GitHub
- URL: https://github.com/claeusdev/rnm
- Owner: claeusdev
- Created: 2022-01-30T19:26:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T19:03:28.000Z (almost 3 years ago)
- Last Synced: 2025-08-02T16:27:20.168Z (6 months ago)
- Language: TypeScript
- Size: 1.67 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`