The proxy expects IMAPI to be running on localhost:8080
npm install
This will run a local server for development purposes that will watch the source files and recompile on the fly as they're changed & saved.
npm run dev
Runs the unit tests in watch mode
npm run test:unit
Runs the unit test and generates coverage report (not in watch mode)
npm run test:coverage
This will build the final output, ready for deployment to a production server
npm run build
npm run lint