https://github.com/gregonnet/mousestrap-with-browserify
Looks for a clean way to load mousetrap as typescript module with initialized plugins
https://github.com/gregonnet/mousestrap-with-browserify
Last synced: about 1 year ago
JSON representation
Looks for a clean way to load mousetrap as typescript module with initialized plugins
- Host: GitHub
- URL: https://github.com/gregonnet/mousestrap-with-browserify
- Owner: GregOnNet
- Created: 2015-08-23T17:28:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-24T15:29:04.000Z (almost 11 years ago)
- Last Synced: 2025-01-23T13:25:08.866Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Setup
```
$ npm install
$ gulp build
$ cd .build/ (Run index.html from there)
```