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.
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 apackage.json
orpackage-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.