Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 310 Bytes

File metadata and controls

18 lines (13 loc) · 310 Bytes

start app with nodemon so changes automatically refresh

npm run dev

start the app

npm start

run tests

npm test

run tests with coverage

npm run test:coverage npx jest --coverage

check for node running in terminal

aux | grep node

check for specific node app running in terminal

aux | grep app.js