https://github.com/ryanleecode/chrome-ext-template
https://github.com/ryanleecode/chrome-ext-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryanleecode/chrome-ext-template
- Owner: ryanleecode
- Created: 2020-12-09T18:00:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T18:00:58.000Z (over 5 years ago)
- Last Synced: 2025-02-24T13:23:20.659Z (over 1 year ago)
- Language: TypeScript
- Size: 604 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chrome Extension Template
## Prerequisites
```sh
npm install netlify-cli -g
```
## Features
- Hotreloading
- Parcel bundling
- Netlify Lambda Function
## Development
### Terminal 1
```sh
netlify dev
```
### Terminal 2
```sh
npm run web-ext:brave
```
## Build
```sh
npm run build
```
Then use "Load Unpacked" in `brave://extensions/`.