Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Latest commit

 

History

History
65 lines (51 loc) · 2.12 KB

README.md

File metadata and controls

65 lines (51 loc) · 2.12 KB

Flower shop

About

Process orders from a flower shop

Setup

yarn:

# Install dependencies
yarn

# Start nodemon (view example output)
yarn dev

# Run tests
yarn test

# Check types
yarn type-check

# Build to Javascript (output in ./dist)
yarn build

# Run compiled build (runs the example file to show output)
yarn start

Coverage Quality gate Security rating Maintainability Bugs Vulnerabilities Code smells