html5-gamepad-configurator
A visual tool for testing the html5-gamepad library and configuring gamepad mappings.
Try it here
Commands
npm install
to install all the dependencies.npm start
to start a webpack-dev-server on http://localhost:4000. The dev server will live-reload the page when you save changes to the code.npm run build
to build the app.js file for the browser.npm run watch
to build the app.js file for the browser and rebuild it when you save changes to the code.npm test
to run the tests.npm run test-watch
to run the tests and rerun the tests when you save changes to the code.