Skip to content

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

Notifications You must be signed in to change notification settings

gamliela/starter-chrome-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published