Pets-without-names / Jax-Pet-Names

This project is a collaboration designed to create a pet naming web application.
MIT License
3 stars 2 forks source link

Create consolidated npm script for setting up the app #45

Closed murjax closed 1 year ago

murjax commented 1 year ago

We currently have multiple scripts in the root level package.json for setting up the app. At minimum, we need to run npm run server:db:setup, npm run server:start, and npm run client:start. This should be simplified into a single script that can run without Docker.

Result of discussion from #24.