Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tekipeps/chrome-extension-template

A chrome extension template with React, Typescript and Tailwind
https://github.com/tekipeps/chrome-extension-template

chrome-extension chrome-extension-boilerplate chrome-extension-react react tailwindcss typescript webpack

Last synced: 3 months ago
JSON representation

A chrome extension template with React, Typescript and Tailwind

Awesome Lists containing this project

README

        

# Chrome Extension with React

This is a chrome extension template built with React, Typescript, and Tailwind CSS.

## Getting Started

To get started, follow these steps:

1. Clone the repository:

```bash
git clone https://github.com/tekipeps/chrome-extension-template.git
```

2. Install dependencies:

```bash
pnpm install
```

3. Build the extension:

```bash
pnpm run build
```

4. Load the extension in Chrome:

- Open Chrome and navigate to `chrome://extensions`.
- Enable "Developer mode" by clicking the toggle switch next to the address bar.
- Click "Load unpacked" and select the `dist` folder.

## Features

- React: A popular JavaScript library for building user interfaces.
- Typescript: A superset of JavaScript that adds static typing.
- Tailwind CSS: A utility-first CSS framework for rapid UI development.
- Webpack: A module bundler for bundling JavaScript, CSS, and images.

## Contributing

Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request.

## Mentions
I got the icons from [jbrudvik](https://github.com/jbrudvik/chrome-extension-icon-sizes)

## License

This project is licensed under the MIT License.