Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martellaj/chrome-extension-react-typescript-boilerplate
🔨 A boilerplate project to quickly build a Chrome extension using TypeScript and React (built using webpack).
https://github.com/martellaj/chrome-extension-react-typescript-boilerplate
boilerplate boilerplate-front-end chrome-extension react seed seed-project typescript webpack
Last synced: 3 months ago
JSON representation
🔨 A boilerplate project to quickly build a Chrome extension using TypeScript and React (built using webpack).
- Host: GitHub
- URL: https://github.com/martellaj/chrome-extension-react-typescript-boilerplate
- Owner: martellaj
- License: mit
- Created: 2018-03-22T03:17:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T16:51:37.000Z (about 2 years ago)
- Last Synced: 2023-11-07T14:14:36.610Z (about 1 year ago)
- Topics: boilerplate, boilerplate-front-end, chrome-extension, react, seed, seed-project, typescript, webpack
- Language: JavaScript
- Homepage:
- Size: 153 KB
- Stars: 492
- Watchers: 6
- Forks: 90
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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