josephtan / react-piano

Digital piano done with react.js framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Piano

A digital piano build on react.js and taking the advantage of HTML5 audio. Project is bootstrapped with modified Create React App configuration.

Running the project as local host

  1. Git clone the project into your project folder
  2. Navigate to the clone directory and type "yarn install"
  3. Run "yarn build" to build the project for deployment the into the build folder.
  4. Run yarn start to get webpack dev server running as localhost:3000

Livelink: https://reactpiano.jttan.com/

Notes

If node.js throws up an error about node-sass make sure to run the project on node.js version v11.2.0.

About

Digital piano done with react.js framework


Languages

Language:JavaScript 95.3%Language:CSS 2.9%Language:HTML 1.8%