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.
- Solution URL: https://github.com/rodolfomayora/easybank-landing-page.git
- Live Site URL: https://rodolfomayora.github.io/easybank-landing-page/
- Website - https://rodolfo-mayora-pereda.vercel.app
- LinkedIn - https://www.linkedin.com/in/rodolfo-mayora-pereda
- Frontend Mentor - https://www.frontendmentor.io/profile/rodolfomayora
- Just run:
npm dev:docker
- Open http://localhost:3001 in your browser.
- Install PNPM
v8.x
:-
Option #1: Install PNPM globally with NPM
npm install -g [email protected]
-
Option #2: If you have at least Node
v18.x
just use corepack within the project directory to use PNPM locallycorepack enable && corepack install
-
- Install dependencies
pnpm install
- Run dev server
pnpm dev
- Open http://localhost:3001 in your browser.