Skip to content

Piano Keyboard developed in HTML, CSS and Javascript

Notifications You must be signed in to change notification settings

cosmina/piano-keyboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Piano Keyboard developed in HTML, CSS and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.4%
  • CSS 5.6%