This repo will hold a complete to listed and add all your team!. You're Welcome future folk!
├── 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
THIS IS NECESARY TO RUN THE PROJECT!!
curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm
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.
If you have the package manager installed, you can install pnpm using the following command:
brew install pnpm
npm install -g pnpm
Name | Description |
---|---|
pnpm install |
install all dependencies |
pnpm start |
run the project in localhost:3000 |
pnpm build |
prepare your project to production |