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