MochIsrin068 / assmnt-amrt-simple-lp-anime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Run

you can follow the following instructions:

    - clone this repo
    - open terminal
    - run "yarn install" or "npm install"
    - run "yarn start" or "npm run start"
    - visit "localhost:3000"


How To Run with Docker Compose

you can follow the following instructions:

    - clone this repo
    - open terminal
    - run "docker compose up"
    - visit "localhost:8080"

How To Run Unit Testing

you can follow the following instructions:

    - clone this repo
    - open terminal
    - run "yarn test"

if have error snapshot, you can follow the following instructions:

    - delete "__snapshots__" folder on components / pages
    - open terminal
    - run "yarn test"

About


Languages

Language:TypeScript 72.8%Language:SCSS 22.9%Language:HTML 3.6%Language:Dockerfile 0.7%