Cycling74 / rnbo.example.webpage

Running a RNBO patch in the browser, using a local static web server
MIT License
93 stars 25 forks source link

Use npx instead of npm install and scripts #3

Closed fde31 closed 2 years ago

fde31 commented 2 years ago

This simplifies the setup steps a little and the reduces the potential list of files the repository starts off with as the usage of npx doesn't require a package.json or package-lock.json file that the user would potentially have to edit or adjust.

The idea here is to make the templates original state small and "vanilla" in order to focus attention on the RNBO part of the project.