Vaiva11 / rick_and_morty

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock and Morty project

This project uses the Yarn package manager. Please install it if you don't already have it on your computer. Installation guide: https://classic.yarnpkg.com/lang/en/docs/install/#mac-stable NOTE: Node version: 20

To start frontend dev mode in root dir

cp .env.example .env
yarn install
yarn start

Frontend will start on http://localhost:3000

NOTE: I understand that environment variables should be saved in GitHub/GitLab variables, but for testing purposes only, I left them in .env.example.

To start End-to-End tests

yarn e2e

NOTE: I created end-to-end tests (e2e) only for few cases to showcase the syntax. I understand that similar tests should be applied to all logic.

About


Languages

Language:TypeScript 94.8%Language:HTML 3.0%Language:CSS 2.2%