solidjs / templates

Vite + solid templates
447 stars 117 forks source link

README updates #98

Closed LadyBluenotes closed 1 year ago

LadyBluenotes commented 1 year ago

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.

LadyBluenotes commented 1 year ago

PR #104 addresses this fix.