Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 343 Bytes

File metadata and controls

32 lines (24 loc) · 343 Bytes

Chrome Extension TypeScript Starter

Includes the following

  • TypeScript
  • Webpack
  • React
  • Jest
  • Example Code
    • Chrome contextMenu
    • Options Version
    • content script
    • count up badge number
    • background

Setup

npm install

Build

npm run build

Build in watch mode

npm run start