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

https://github.com/janrywang/react-chrome-boilerplate

Improve your development efficiency to create chrome extension.
https://github.com/janrywang/react-chrome-boilerplate

chrome chrome-extension react webpack webpack2

Last synced: about 1 year ago
JSON representation

Improve your development efficiency to create chrome extension.

Awesome Lists containing this project

README

          

# React chrome extension boilerplate

> Improve your development efficiency to create chrome extension.

# Install

```
git clone https://github.com/janryWang/react-chrome-boilerplate.git && npm install

```

# Usage

```

npm start //Start server with storybook

npm run build //Build your code and package your extension.

npm run commit //commit your code.

npm run publish //Build your code and push your code.

```

# WebStore Settings

package.json

```

{

.....

"extensionId": "This is your extension id",
"clientId": "This is your client id",
"clientSecret": "This is your client secret",
"refreshToken": "This is your refresh token",

....

}

```