While going through the templates, I've noticed that while the npm start script works but the npm dev one doesn't. It looks like if you want to run the dev script it has to be npm run dev.
I believe that this should be updated in the READMEs to reflect this.
While going through the templates, I've noticed that while the
npm start
script works but thenpm dev
one doesn't. It looks like if you want to run thedev
script it has to benpm run dev
.I believe that this should be updated in the READMEs to reflect this.