If you're JS guy - install Node and extenxion in Vs code named Quokka! Happy Coding :)
Install Node JS on your computer and then run node name_of_your_file.js
node name_of_your_file.js
is there any way that I can setup this on my vs code? I prefer to test in on my computer than on a broswer.
Thank you in advance.
Loading collection data...
If you're JS guy - install Node and extenxion in Vs code named Quokka! Happy Coding :)
Install Node JS on your computer and then run
node name_of_your_file.js
is there any way that I can setup this on my vs code?
I prefer to test in on my computer than on a broswer.
Thank you in advance.