Police-Data-Accessibility-Project / data-sources-app

An API and UI for using and maintaining the Data Sources database
MIT License
2 stars 5 forks source link

Create a startup script to start the client and `app.py` from a single command #385

Open maxachis opened 1 month ago

maxachis commented 1 month ago

Currently, to start up the client and app.py, I need to create two terminals. One of which has to navigate into the client directory and run the various npm commands in there. Another of which has to run app.py in the root directory.

Surely there's a way we can do both of these in a single startup script? We could then migrate some of the installation instructions to that setup script, rather than locating it within the README file.