Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 414 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 414 Bytes

beer-geek-menu

Run commands

Start

npm start

It opens a terminal menu to select the app or apps to run.

Console-runners (backend utilities) to create initial seed data:

npm run console-runners

It opens a terminal menu to select the project to run console-runners.

Watch mode tests:

npm run test:watch

It opens a terminal menu to select the app to run tests.