taberoajorge / hr-brive-solutions

This repo will hold a complete to listed and add all your team!. You're Welcome future folk!

Home Page:hr-brive-solutions.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HR Brive Solutions

DEPLOYED PROJECT [yes, you should to click]

CLICK ME TO SEE THE MAGIC

This repo will hold a complete to listed and add all your team!. You're Welcome future folk!

Structure

Open in VSCode


├── components
│   ├── Header.js
│   ├── ProfileImage.js
│   └── UserDetails.js
├── context
│   └── userContext.js
├── helpers
│   ├── getUsers.js
│   ├── updateData.js
│   └── viewProfile.js
├── hooks
│   └── useLocalStorage.js
├── index.js
├── layout
│   ├── DetailItem.js
│   └── ListContainer.js
├── pages
│   ├── Employee.js
│   └── Home.js
└── routes
    └── AppRouter.js

Step by step [How to add pnpm to your system]

THIS IS NECESARY TO RUN THE PROJECT!!

Node.js is preinstalled On Linux or macOS:

curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm

On Windows (PowerShell):

Invoke-WebRequest 'https://get.pnpm.io/v6.16.js' -UseBasicParsing -o pnpm.js; node pnpm.js add --global pnpm; Remove-Item pnpm.js

The standalone script is signed. Here's how to verify it.

Using Homebrew

If you have the package manager installed, you can install pnpm using the following command:

brew install pnpm

Using npm

npm install -g pnpm

So, you are ready to averything

LET'S DO IT!

HR Brive Solutions scripts and commands

Name Description
pnpm install install all dependencies
pnpm start run the project in localhost:3000
pnpm build prepare your project to production

About

This repo will hold a complete to listed and add all your team!. You're Welcome future folk!

hr-brive-solutions.vercel.app


Languages

Language:JavaScript 86.6%Language:HTML 13.4%