The-Mu-Foundation / Mutorials

A free, adaptive, open-source trainer for physics, chemistry, and biology students.
https://www.mutorials.org
GNU General Public License v3.0
17 stars 10 forks source link

Add nodemon as an option for live server reloading #399

Closed womogenes closed 2 years ago

womogenes commented 2 years ago

Running npm dev instead of npm start will run the server with nodemon for automatic reloading.

package-lock.json was also running on an old version so this PR updates that as well.