Skip to content

yamid-granda/57blocks

Repository files navigation

57BLOCKS Front-End Test

Demo

👉👉👉 Check the demo video here 👈👈👈

Dummy Users

Use the following available dummy users to access into the pokemon app

{
  "dummy-id-1": {
    "email": "mail@mail.com",
    "password": "123456"
  },
  "dummy-id-2": {
    "email": "57blocks@57blocks.com",
    "password": "123456"
  },
  "dummy-id-3": {
    "email": "test@test.com",
    "password": "123456"
  },
  "dummy-id-4": {
    "email": "admin@admin.com",
    "password": "123456"
  }
}

Min Requirements

  • Node.js >= @14 LTS
  • npm == @6 | OR | pnpm == @7

Installation

With npm

npm install

With pnpm

pnpm i

Run The Project in Dev Mode

With npm

npm run dev

With pnpm

pnpm dev

Run Unit Tests

With npm

npm run test

With pnpm

pnpm test

Run TDD (test driven development) Environment

With npm

npm run tdd

With pnpm

pnpm tdd

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published