Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeanmeche/browser-extension-react-ts-starter
- Owner: JeanMeche
- License: mit
- Created: 2020-10-12T15:28:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T21:03:58.000Z (over 3 years ago)
- Last Synced: 2024-12-12T14:43:25.640Z (29 days ago)
- Topics: chrome, extension-boilerplate, extension-chrome, firefox, react, typescript
- Language: TypeScript
- Homepage:
- Size: 2.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`