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.
- Host: GitHub
- URL: https://github.com/janrywang/react-chrome-boilerplate
- Owner: janryWang
- Created: 2017-02-08T15:44:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-21T07:00:48.000Z (almost 8 years ago)
- Last Synced: 2025-03-31T12:57:26.164Z (about 1 year ago)
- Topics: chrome, chrome-extension, react, webpack, webpack2
- Language: JavaScript
- Size: 28.3 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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",
....
}
```