Closed zeke closed 6 years ago
This PR updates the two examples to use the well-known npm start script convention, instead of the existing run script name, which would be invoked by the counterintuitive command, npm run run.
npm start
run
npm run run
This PR updates the two examples to use the well-known
npm start
script convention, instead of the existingrun
script name, which would be invoked by the counterintuitive command,npm run run
.