Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 393 Bytes

readme.md

File metadata and controls

35 lines (21 loc) · 393 Bytes

React Piano

A piano of sorts built using React.js, Flux, webpack, and the web audio api.

Usage

1. Install deps

    npm install

2. Start webpack-dev-server

    npm start

Build

    npm install

2. Build

    webpack --config webpack.dist.config.js

3. Open the index.html file in your browser