I spun up a new create-react-app and an Express backend locally. Right now I have to run node server.js
and npm start
separately to make sure both the frontend and backend runs.
Is there a way that I can run both with just one npm command by just editing my package.json file?