Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 397 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 397 Bytes

database-gateway

Setup

Run npm install

Start development server

Run npm run build in one console window.

Run npm run serve in another console window.

Lint with ESLint

Run npm run lint

Format code with Prettier

Run npm run prettier-format

Run latest migrations

Run npm run migrate

Run all tests

Run npm test (or npx jest --verbose for more details)