Skip to content

rodolfomayora/easybank-landing-page

Repository files navigation

Commitizen friendly

Frontend Mentor - Easybank landing page solution

This is a solution to the Easybank landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Screenshot

Links



Author



Run Development Server with Docker

  1. Just run:
    npm dev:docker

  1. Open http://localhost:3001 in your browser.

Run Developer Server with PNPM

  1. Install PNPM v8.x:
    • Option #1: Install PNPM globally with NPM

      npm install -g pnpm@8.x
    • Option #2: If you have at least Node v18.x just use corepack within the project directory to use PNPM locally

      corepack enable && corepack install

  1. Install dependencies
    pnpm install

  1. Run dev server
    pnpm dev

  1. Open http://localhost:3001 in your browser.