Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeanmeche/browser-extension-react-ts-starter

Starter for a Chrome/Firefox Extention with TS & React
https://github.com/jeanmeche/browser-extension-react-ts-starter

chrome extension-boilerplate extension-chrome firefox react typescript

Last synced: 28 days ago
JSON representation

Starter for a Chrome/Firefox Extention with TS & React

Awesome Lists containing this project

README

        

# chrome-ext-react-ts-starter
Starter for a Chrome Extention with TS

# develop
`npm run watch` to build the extension on each source change

# build
`npm run build` to build the ts background & contentscript + popup react app

# Targets
## Chrome
To run the extension in Chrome `npm run start:chrome`. It will start a new instance.

### Firefox
To run the extension in Firefox `npm run start:firefox`