Rick And Morty

How to use:

  1. Clone the template repository:
    > git clone https://github.com/zaabta/rick-and-morty
  1. Install dependencies:
    > yarn
    or
    > npm install
  1. Run the application:
    > yarn start
    or
    > npm start
  1. Build the application:
    > yarn build
    or
    > npm run build