Get started developing...
# install deps
yarn
# run in development mode
yarn dev
# run tests
yarn testInstall all package dependencies (one time operation)
yarnRuns the application is development mode. Should not be used in production
yarn devor debug it
yarn dev:debugCompiles the application and starts it in production production mode.
yarn compile
yarn startRun the Mocha unit tests
yarn testor debug them
yarn test:debug- Open you're browser to http://localhost:3000
- Invoke the
/applicationsendpointcurl http://localhost:3000/api/v1/applications
yarn dev:debug
yarn test:debug
Add these contents to your .vscode/launch.json file
View prettier linter output
yarn lint
Fix all prettier linter errors
yarn lint