You can find a deployed instance of the app at https://mashangok.co.uk.
The application was built using React, Tone.js and Webpack.
- Node.js (12.19.0LTS)
- npm (should be installed as part of Node.js)
- Install Node.js with npm
- Run
npm install
from the project directory - Run
npm dev
to run the application
Excuted by running npm start SCRIPT
when inside the base project directory.
build
runs webpack to package Node.js as client code that works on the browserstart
runs the server, use in deployed instancesdev
builds and starts the server, use in developmentlint
runs ESLint to check for problems in codetidy
runs Prettify to automatically tidy up code formatting