Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 396 Bytes

Node Web App Template

CircleCI

A general template I use for node projetcs

Install and start the app

yarn install
yarn run dev

Run tests

yarn test

# Or if you want to watch the tests
yarn test:w