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

https://github.com/developer-rakeshpaul/create-react-extension

Set up a modern web extension by running one command
https://github.com/developer-rakeshpaul/create-react-extension

chrome-extension firefox-extension parceljs react reactjs tailwindcss typescript web-extensions

Last synced: 8 days ago
JSON representation

Set up a modern web extension by running one command

Awesome Lists containing this project

README

          

[![Xtrios Innovations Inc](https://www.xtrios.com/assets/images/favicon/favicon-32x32.png)](https://www.xtrios.com/)

# Create React Extension

Creat react extension is lets you build your next browser extensions using
react. Develop your next extension using

- [React](https://www.reactjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Tailwindcss](https://www.tailwindcss.com/)

### Installation

Install the dependencies and devDependencies

```sh
$ cd create-react-extension
$ npm install
```

To build firefox extension in development mode run

```sh
$ npm run dev:firefox
```

To build chrome extension in development mode run

```sh
$ npm run dev:chrome
```

For production environments...

```sh
$ npm run build:firefox
```

or

```sh
$ npm run build:chrome
```

## License

MIT