Updates package-lock to remove an issue with npm audit
Updates package.json so that the app can be started with npm start as a single command
I would have liked to do the second part without adding a dependency to concurrently, but I ran into issues as both processes need to run in parallel. If anyone can get it working without a dependency, that'd be ideal!
This PR:
npm audit
npm start
as a single commandI would have liked to do the second part without adding a dependency to
concurrently
, but I ran into issues as both processes need to run in parallel. If anyone can get it working without a dependency, that'd be ideal!