An open API service indexing awesome lists of open source software.

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

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
```