Localing Gateway API for customer facing app and business dashboard, developed with Node/Express
Install all package dependencies (one time operation)
npm installRuns the application is development mode. Should not be used in production
npm run devor debug it
npm run dev:debugCompiles the application and starts it in production mode.
npm run build
npm starteb deploy