https://github.com/vikbert/chrome-extension-react-typescript-boilerplate
A boilerplate project to quickly build a Chrome extension using TypeScript and React.
https://github.com/vikbert/chrome-extension-react-typescript-boilerplate
chrome extension plugin react reactjs typescript webpack
Last synced: 3 months ago
JSON representation
A boilerplate project to quickly build a Chrome extension using TypeScript and React.
- Host: GitHub
- URL: https://github.com/vikbert/chrome-extension-react-typescript-boilerplate
- Owner: vikbert
- Created: 2020-04-17T20:40:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:27:50.000Z (about 3 years ago)
- Last Synced: 2025-06-24T20:49:07.312Z (9 months ago)
- Topics: chrome, extension, plugin, react, reactjs, typescript, webpack
- Language: CSS
- Size: 1.41 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
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
### Weui as Basic UI
https://unpkg.com/react-weui@1.1.1/build/dist/react-weui.css