eavichay / showroom

Universal development and automated test environment for web components
https://showroomjs.com
Apache License 2.0
88 stars 8 forks source link

Add nodemon to prevent error on 'npm run dev'. #15

Closed DanielMoniz-GBI closed 4 years ago

DanielMoniz-GBI commented 5 years ago

I received an error when running npm run dev. This was directly after cloning.

This PR simply adds nodemon to package.json to prevent the error and allow the server to run.