This app shows the Rick and Morty characters list and detail using The Rick and Morty API . Made 100% with React, Typescript and love. Just for fun.
You can play with a live demo here: https://rick-and-morty-directory.netlify.app/
- Node: please install and use Node > v14 to run and build this app. Follow installation instructions on the Node website, or use NVM if you are running a *nix os.
- Yarn: this app needs Yarn Classic in order to work. Globally install it following the instructions on the official website.
- Install the project dependencies with
yarn install. - Start the application in development mode with
yarn start. - Open your browser at http://localhost:3000/
- Enjoy
| Command | Description |
|---|---|
yarn start |
Start the application in development mode on http://localhost:3000/. |
yarn build |
Build the application to /build folder. |
yarn lint |
Perform a code linting with eslint. |
yarn test |
Launch Jest test runner in the interactive watch mode. |
This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.