https://github.com/tzachbon/chrome-extention-starter
Full chrome extension stater! React,Typescript , MobX, Chrome Listener, Scss with styles, Web Worker, Material UI and many more...!
https://github.com/tzachbon/chrome-extention-starter
chrome-extension material-ui mobx mobx-react react scss typescript web-worker
Last synced: 11 months ago
JSON representation
Full chrome extension stater! React,Typescript , MobX, Chrome Listener, Scss with styles, Web Worker, Material UI and many more...!
- Host: GitHub
- URL: https://github.com/tzachbon/chrome-extention-starter
- Owner: tzachbon
- Created: 2019-12-10T08:24:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T23:41:50.000Z (over 3 years ago)
- Last Synced: 2023-03-03T06:22:28.237Z (about 3 years ago)
- Topics: chrome-extension, material-ui, mobx, mobx-react, react, scss, typescript, web-worker
- Language: CSS
- Homepage:
- Size: 1.12 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension (built with TypeScript + React)
> This project is a boilerplate project to allow you to quickly build chrome extensions using TypeScript and React.
## Building
1. Clone repo
2. `npm i`
3. `npm run dev` to compile once or `npm run watch` to run the dev task in watch mode
4. `npm run build` to build a production (minified) version
## Installation
1. Complete the steps to build the project above
2. Go to [_chrome://extensions_](chrome://extensions) in Google Chrome
3. With the developer mode checkbox ticked, click **Load unpacked extension...** and select the _dist_ folder from this repo