pluralsight/web-dev-starter

where is the JS-Demo project mentioned in the course ? I dont see that anywhere and why the link is missing ???

praveendjoshi opened this issue · 5 comments

where is the JS-Demo project mentioned in the course ? I dont see that anywhere and why the link is missing ??? #

You need to download the Exercise files on PluralSight

image

/What do i do with the downloaded file?

Open the directory in visual studio code.
I'm sure you'll find out!

There are still some unclear steps on my part

You guys can use the exercise files from pluralsight. But just in case if that is unclear and you would prefer a Git repo with the code. Then check out my repo here, https://github.com/lkannan/web-dev-starter I have the master branch with the initial code and then branches for each chapter.

In VScode, you can clone my repository and switch to the relevant branch by using the git comman in the terminal. For e.g. git checkout Chp-2