Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 679 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 679 Bytes

starter-chrome-extension

My starter kit for Chrome extension projects, based on React, MobX, CSS Modules and TypeScript.

It provides a skeleton popup page, options page and a background page.

This kit consists of the latest versions of:

  • React
  • Webpack
  • MobX
  • SCSS
  • CSS Modules
  • TypeScript

Build Instructions

yarn install

yarn run build

The extension asset files are created at /build/. Load "unpacked extension" in Chrome to test it out! For more information on testing Chrome apps read here.

Development Mode

To watch for changes and automatically update the build:

yarn run build-watch