Skip to content

Latest commit

 

History

History
executable file
·
38 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

executable file
·
38 lines (24 loc) · 1.19 KB

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