@datawheel/canon-test
v0.0.4
Published
Canon health test.
Downloads
35
Keywords
Readme
Canon Test
Health check test. An integration test checker for several aspects of our stack.
Description
A super simple express app that check for basic functionality.
Scripts
- Run
pnpm run dev
to launch a local nodemon instance and check:http://localhost:3000/
. - Run
pnpm run start
ornode src/index.js
for launch the site in production mode.