1.0.0 • Published 2 years ago

potato-tag-boilerplate v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

potato-tag-boilerplate

npm npm npm

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:

Usage

  1. Check if your Node.js version is >= 14
  2. Clone this repository
  3. Run npm install
  4. Run npm start
  5. Change the name of your extension on src/manifest.json
  6. Load your extension on Chrome /dist
  7. Enjoy it!

Packing

After the development of your extension run the command

$ npm run build

example

Potato Sign