Example project written using Marble.js framework
$ cp ./src/config/env.ts.dist ./src/config/env.ts
$ yarn$ yarn start ## run server
$ yarn watch ## run server in watch mode (development)
$ yarn build ## build the app
$ yarn lint ## lint TypeScript files
$ yarn test ## run tests
$ yarn test:watch ## run tests in watch mode
$ yarn test:coverage ## run tests with code coverage summarymarble.js is MIT licensed