Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 327 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 327 Bytes

express-demo

Build Status

Usage

Fill in your configurations in config/{NODE_ENV}.json first.

Run:

yarn
yarn start

Test:

yarn test

Test with coverage:

yarn cover