Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 800 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 800 Bytes

Xtrios Innovations Inc

Create React Extension

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

Installation

Install the dependencies and devDependencies

$ cd create-react-extension
$ npm install

To build firefox extension in development mode run

$ npm run dev:firefox

To build chrome extension in development mode run

$ npm run dev:chrome

For production environments...

$  npm run build:firefox

or

$  npm run build:chrome

License

MIT