Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 714 Bytes

DevHistory.md

File metadata and controls

34 lines (28 loc) · 714 Bytes

hid-imager

How to create repository

create repository "oruharo/hid-imager" manually.
npx create-react-app --template=typescript hid-imager
cd hid-imager
git remote add origin [email protected]:oruharo/hid-imager.git
git branch -m main
git push -u origin main

How to create this project

git clone [email protected]:oruharo/hid-imager.git
cd hid-imager

yarn remove web-vitals               
yarn add \
  @mui/material @emotion/react @emotion/styled \
  @mui/icons-material \
  @types/react-router-dom react-router-dom \
  react-hook-form \
  notistack \
  copy-to-clipboard \
  react-error-boundary \
  @testing-library/react-hooks \
  @types/w3c-web-serial \
  @types/w3c-web-usb \
  crc-32