https://github.com/tktcorporation/chrome-extension-typescript-template
Chrome extension in Typescript
https://github.com/tktcorporation/chrome-extension-typescript-template
chrome chrome-extension docker docker-compose template typescript
Last synced: 6 months ago
JSON representation
Chrome extension in Typescript
- Host: GitHub
- URL: https://github.com/tktcorporation/chrome-extension-typescript-template
- Owner: tktcorporation
- License: mit
- Created: 2021-03-05T21:26:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-05T22:07:51.000Z (over 2 years ago)
- Last Synced: 2025-02-09T14:19:23.047Z (8 months ago)
- Topics: chrome, chrome-extension, docker, docker-compose, template, typescript
- Language: TypeScript
- Homepage:
- Size: 991 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# chrome-extension-typescript-template
## What for
For creating a chrome extension in Typescript.
## Get Started
### Build
```bash
docker-compose up
```then, built files out in `app/dist`.
### Work on Container
```bash
docker-compose run app /bin/bash
```