dwyl / learn-tdd

:white_check_mark: A brief introduction to Test Driven Development (TDD) in JavaScript (Complete Beginner's Step-by-Step Tutorial)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Server (Confirm it works for a fresh install)

nelsonic opened this issue · comments

At present we are advising people to install live-server: https://github.com/dwyl/learn-tdd#live-server
but if they do not have a package.json in their working directory the --save will fail and thus it will not start! we need to check this and add additional instructions as necessary...

Agreed. 👍

addressed in: #97 🎉
(thanks again @kfern!)