Skip to content

johnjv/tap-tempo

Repository files navigation

https://tap-tempo.firebaseapp.com

This is the source code to a tap tempo web application. It is a simple responsive page built using the Web Starter Kit with Gulp as the build system.

Prerequisites

Bring up a terminal and type node --version. Node should respond with a version at or above 0.10.x. If you require Node, go to nodejs.org and click on the big green Install button.

Bring up a terminal and type gulp --version. If Gulp is installed it should return a version number at or above 3.9.x. If you need to install/upgrade Gulp, open up a terminal and type in the following:

$ npm install --global gulp

This will install Gulp globally. Depending on your user account, you may need to configure your system to install packages globally without administrative privileges.

How to Run

Clone repo and run

$ npm install

Serve up a local version of the site with gulp by running

$ gulp serve

About

responsive tap tempo application for a user to tap in a BPM and play back a metronome

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published