/react-piano

Digital piano done with react.js framework

Primary LanguageJavaScript

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.