JS-manager Run Frontend and Backend Concurrently To download dependencies: npm install To run with local database: npm run devdb To run without local database: npm run dev To stop database: npm run devdb:stop