Skip to content

shortcircuit3/node-template

Repository files navigation

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