dwyl / learn-tdd

:white_check_mark: A brief introduction to Test Driven Development (TDD) in JavaScript (Complete Beginner's Step-by-Step Tutorial)
Mozilla Public License 2.0
2.75k stars 349 forks source link

Live Server (Confirm it works for a fresh install) #69

Closed nelsonic closed 7 years ago

nelsonic commented 7 years ago

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...

adeluccar commented 7 years ago

Agreed. :+1:

nelsonic commented 7 years ago

addressed in: https://github.com/dwyl/learn-tdd/pull/97 🎉 (thanks again @kfern!)