Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 788 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 788 Bytes

tdd-app

This is a project part of my TDD article series.

You can find a more up to date re-write in the testing-library branch, and follow through in this part of my new article series.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit