potato-tag-boilerplate
v1.0.0
Published
a chrome extension boilerplate
Downloads
1
Maintainers
Readme
potato-tag-boilerplate
Quick Overview
npm install
npm start
Introduction
This is a Chrome extension boilerplate that helps you develop and write modern Javascript code modularly and automatically re-refresh the browser when code changes.
This boilerplate content:
- Chrome Extension Manifest V3
- React 17
- Webpack 5
- Webpack Dev Server 4
- eslint-config-react-app
- Prettier
- TypeScript
Usage
- Check if your Node.js version is >= 14
- Clone this repository
- Run
npm install
- Run
npm start
- Change the name of your extension on
src/manifest.json
- Load your extension on Chrome
/dist
- Enjoy it!
Packing
After the development of your extension run the command
$ npm run build