Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 467 Bytes

File metadata and controls

18 lines (15 loc) · 467 Bytes

This project is chrome extension react app that include below libraries.

  • eslint
  • babel
  • prettier
  • tsconfig
  • babel loader

If you want to make chrome extension using react typescript then just follow below things.

  1. npx chrome-extension-react-app project-name-you-want
  2. go to folder made
  3. develop that you want.
  4. npm run build
  5. dist folder will created upload this dist folder in chrome://extensions.
  6. Then you can test your app in your local.