https://github.com/sney-js/easy-bookmarklet
Boilerplate for quick start on making bookmarklets.
https://github.com/sney-js/easy-bookmarklet
Last synced: 2 months ago
JSON representation
Boilerplate for quick start on making bookmarklets.
- Host: GitHub
- URL: https://github.com/sney-js/easy-bookmarklet
- Owner: sney-js
- Created: 2019-03-24T13:36:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-24T13:42:22.000Z (about 6 years ago)
- Last Synced: 2024-12-25T23:40:33.227Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bookmarklet with Grunt
Making bookmarklets made easy.
You will need to edit:
* A HTML file ([bookmarklet.html](bookmarklet/bookmarklet.html))
* A CSS file ([style.css](bookmarklet/style.css))
* A Javascript file ([bookmarklet_view.js](bookmarklet/bookmarklet_view.js))### To Run:
```
npm install
grunt
```
1. Go to `http://localhost:3000`
2. Drag the button to your bookmark bar
3. Done!