https://github.com/deadcoder0904/paid-license-chrome-extension
Paid License Test in a Chrome Extension
https://github.com/deadcoder0904/paid-license-chrome-extension
Last synced: 6 months ago
JSON representation
Paid License Test in a Chrome Extension
- Host: GitHub
- URL: https://github.com/deadcoder0904/paid-license-chrome-extension
- Owner: deadcoder0904
- Created: 2022-07-18T09:40:14.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T09:55:06.000Z (about 4 years ago)
- Last Synced: 2025-09-22T22:34:26.058Z (10 months ago)
- Language: TypeScript
- Size: 658 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# paid-license-chrome-extension
> Chrome Extension boilerplate created with React Typescript
Full Article → https://www.bekk.christmas/post/2020/12/creating-a-chrome-extension-with-react-and-typescript
## Getting started
Create a project based on this boilerplate.
```
$ npx degit https://github.com/sivertschou/react-typescript-chrome-extension-boilerplate.git
```
Navigate to the project directory and install the dependencies.
```
$ npm install
```
To build the extension, and rebuild it when the files are changed, run
```
$ npm start
```
After the project has been built, a directory named `dist` has been created. You have to add this directory to your Chrome browser:
1. Open Chrome.
2. Navigate to `chrome://extensions`.
3. Enable _Developer mode_.
4. Click _Load unpacked_.
5. Select the `dist` directory.