Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugodf/command-control-click-react
Simple React Command or Control + Click detection
https://github.com/hugodf/command-control-click-react
parcel-bundler react
Last synced: 15 days ago
JSON representation
Simple React Command or Control + Click detection
- Host: GitHub
- URL: https://github.com/hugodf/command-control-click-react
- Owner: HugoDF
- License: mit
- Created: 2019-09-15T23:18:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:44:26.000Z (almost 2 years ago)
- Last Synced: 2024-10-27T22:39:43.866Z (2 months ago)
- Topics: parcel-bundler, react
- Language: JavaScript
- Homepage: https://codewithhugo.com/detect-ctrl-click-js-react-vue/
- Size: 1.03 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Command Control Click React
See it live at [https://cmd-ctrl-click-react.netlify.com](https://cmd-ctrl-click-react.netlify.com).
Based on [react-minimal-start-parcel](https://github.com/HugoDF/react-minimal-starter-parcel).## Scripts
`npm start`: runs Parcel in dev mode
`npm run build`: run Parcel in build mode (outputs to `./dist`).
## License
Licensed under MIT, see [LICENSE](./LICENSE).