/piano-keyboard

Piano Keyboard developed in HTML, CSS and Javascript

Primary LanguageJavaScript

Piano Keyboard

Piano Keyboard developed in HTML, CSS and Javascript.

Getting Started

Install Grunt

Install grunt-cli globally with npm install -g grunt-cli.

Install the project

Clone the project and install dependencies

git clone https://github.com/LFeh/Website.git
cd piano-keyboard 
npm install

Compiling CSS and JavaScript

grunt w

For run the server

grunt server
  1. Open http://localhost:9001/

  2. Start hacking away by modifying the dev directory

For Build

grunt build