tzachi81 / RickAndMortyAPI

Rick And Morty API

Home Page:https://rick-and-morty-api-sage.vercel.app

Repository from Github https://github.comtzachi81/RickAndMortyAPIRepository from Github https://github.comtzachi81/RickAndMortyAPI

Rick And Morty Characters API

Boilerplate Source

Usage

Install the dependencies:

yarn install

Run dev server:

yarn dev

You can run type-checking in watch mode in another terminal, if you may:

yarn type-check --watch

Run tests

yarn test

Production version

To generate the production version, you can run:

yarn build

All files you have to deploy will be located at the dist directory.

Run production version locally

To check if everything will be ok in production before the deployment, you can run this command after yarn build:

yarn preview

About

Rick And Morty API

https://rick-and-morty-api-sage.vercel.app


Languages

Language:TypeScript 52.1%Language:SCSS 44.1%Language:JavaScript 1.5%Language:CSS 1.3%Language:HTML 0.9%Language:Shell 0.2%